#DF4FAB

Color #DF4FAB Brilliant Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brilliant Rose #DF4FAB

Tints of Brilliant Rose #DF4FAB

Color information

#DF4FAB (or 0xDF4FAB) is unknown color: approx Brilliant Rose. HEX triplet: DF, 4F and AB. RGB value is (223,79,171). Sum of RGB (Red+Green+Blue) = 223+79+171=473 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.15% from 473); Green value is 79 (31.25% from 255 or 16.70% from 473); Blue value is 171 (67.19% from 255 or 36.15% from 473); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4FAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF4FAB is #20B054. Grayscale: #848484. Windows color (decimal): -2142293 or 11227103. OLE color: 11227103.

HSL color Cylindrical-coordinate representation of color #DF4FAB: hue angle of 321.67º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DF4FAB is Cyan = 0, Magento = 0.65, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB22379171-
CMYK00.650.230.13
HSL321.67º69.23%59.22%-
HSV(B)321.67º64.57%87.45%-
XYZ40.5824.2241.06-
YUV132.54149.71192.52-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 223 (87.5% from 255) = 47.15%
GREEN value IS 79 (31.25% from 255) = 16.70%
BLUE value IS 171 (67.19% from 255) = 36.15%
R=47.15%
G=16.70%
B=36.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2237917100.650.230.13321.6769.2359.22
HexDF4FAB04117D142453b
Octal3371172530101271550210573
Binary11011111100111110101011010000011011111011010000101000101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF4FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF4FAB; }

 p { color: rgb(223,79,171); }

 H1.HeaderClassName
 {
   color: #DF4FAB;
 }
 .AnyTagClassName
 {
   color: #DF4FAB;
 }
</style>
background-color css

<style>
 a { background-color: #DF4FAB; }

 a { background-color: rgb(223,79,171); }

 div.DivClassName
 {
   background-color: #DF4FAB;
 }
 .BgClassName
 {
   background-color: #DF4FAB;
 }
</style>
border-color css

<style>
 span { border-color: #DF4FAB; }

 span { border-color: rgb(223,79,171); }

 td.TdClassName
 {
   border-color: #DF4FAB;
 }
 .TagClassName
 {
   border-color: #DF4FAB;
 }
</style>