#DF4DAB

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

Shades of Brilliant Rose #DF4DAB

Tints of Brilliant Rose #DF4DAB

Color information

#DF4DAB (or 0xDF4DAB) is unknown color: approx Brilliant Rose. HEX triplet: DF, 4D and AB. RGB value is (223,77,171). Sum of RGB (Red+Green+Blue) = 223+77+171=471 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.35% from 471); Green value is 77 (30.47% from 255 or 16.35% from 471); Blue value is 171 (67.19% from 255 or 36.31% from 471); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4DAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF4DAB is #20B254. Grayscale: #838383. Windows color (decimal): -2142805 or 11226591. OLE color: 11226591.

HSL color Cylindrical-coordinate representation of color #DF4DAB: hue angle of 321.37º degrees, saturation: 0.7, 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 #DF4DAB is Cyan = 0, Magento = 0.65, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB22377171-
CMYK00.650.230.13
HSL321.37º69.52%58.82%-
HSV(B)321.37º65.47%87.45%-
XYZ40.4423.9441.02-
YUV131.37150.37193.36-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 47.35%
GREEN value IS 77 (30.47% from 255) = 16.35%
BLUE value IS 171 (67.19% from 255) = 36.31%
R=47.35%
G=16.35%
B=36.31%

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
Decimal2237717100.650.230.13321.3769.5258.82
HexDF4DAB04117D141463b
Octal3371152530101271550110673
Binary11011111100110110101011010000011011111011010000011000110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF4DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF4DAB; }

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

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

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

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

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

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

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

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