#DF51A4

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

Shades of Brilliant Rose #DF51A4

Tints of Brilliant Rose #DF51A4

Color information

#DF51A4 (or 0xDF51A4) is unknown color: approx Brilliant Rose. HEX triplet: DF, 51 and A4. RGB value is (223,81,164). Sum of RGB (Red+Green+Blue) = 223+81+164=468 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.65% from 468); Green value is 81 (32.03% from 255 or 17.31% from 468); Blue value is 164 (64.45% from 255 or 35.04% from 468); Max value from RGB is 223 - color contains mainly: red. Hex color #DF51A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF51A4 is #20AE5B. Grayscale: #848484. Windows color (decimal): -2141788 or 10768863. OLE color: 10768863.

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

Color convert

RGB22381164-
CMYK00.640.260.13
HSL324.93º68.93%59.61%-
HSV(B)324.93º63.68%87.45%-
XYZ40.0724.2537.69-
YUV132.92145.54192.25-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 47.65%
GREEN value IS 81 (32.03% from 255) = 17.31%
BLUE value IS 164 (64.45% from 255) = 35.04%
R=47.65%
G=17.31%
B=35.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.26
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2238116400.640.260.13324.9368.9359.61
HexDF51A40401AD145453c
Octal3371212440100321550510574
Binary11011111101000110100100010000001101011011010001011000101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF51A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF51A4; }

 p { color: rgb(223,81,164); }

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

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

 a { background-color: rgb(223,81,164); }

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

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

 span { border-color: rgb(223,81,164); }

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