#DF4AB0

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

Shades of Brilliant Rose #DF4AB0

Tints of Brilliant Rose #DF4AB0

Color information

#DF4AB0 (or 0xDF4AB0) is unknown color: approx Brilliant Rose. HEX triplet: DF, 4A and B0. RGB value is (223,74,176). Sum of RGB (Red+Green+Blue) = 223+74+176=473 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.15% from 473); Green value is 74 (29.30% from 255 or 15.64% from 473); Blue value is 176 (69.14% from 255 or 37.21% from 473); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4AB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF4AB0 is #20B54F. Grayscale: #818181. Windows color (decimal): -2143568 or 11553503. OLE color: 11553503.

HSL color Cylindrical-coordinate representation of color #DF4AB0: hue angle of 318.93º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DF4AB0 is Cyan = 0, Magento = 0.67, Yellow = 0.21 and Black (K on CMYK) = 0.13.

Color convert

RGB22374176-
CMYK00.670.210.13
HSL318.93º69.95%58.24%-
HSV(B)318.93º66.82%87.45%-
XYZ40.7223.7243.51-
YUV130.18153.86194.21-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 47.15%
GREEN value IS 74 (29.30% from 255) = 15.64%
BLUE value IS 176 (69.14% from 255) = 37.21%
R=47.15%
G=15.64%
B=37.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2237417600.670.210.13318.9369.9558.24
HexDF4AB004315D13f463a
Octal3371122600103251547710672
Binary11011111100101010110000010000111010111011001111111000110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF4AB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF4AB0; }

 p { color: rgb(223,74,176); }

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

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

 a { background-color: rgb(223,74,176); }

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

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

 span { border-color: rgb(223,74,176); }

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