Html Css Color HEX #DF05A3 Hollywood Cerise

📋 copy color: '#DF05A3'

red 223 ◦ green 5 ◦ blue 163

#DF05A3
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hollywood Cerise #DF05A3

Tints of Hollywood Cerise #DF05A3

RGB

 RED value IS 223 (87.5% from 255) = 57.03%

 GREEN value IS 5 (2.34% from 255) = 1.28%

 BLUE value IS 163 (64.06% from 255) = 41.69%

R = 57.03%
G = 1.28%
B = 41.69%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.27

 K value IS 0.13

RGB Variations

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

Color information

#DF05A3 (or 0xDF05A3) is known color: Hollywood Cerise. HEX triplet: DF, 05 and A3. RGB value is (223,5,163). Sum of RGB (Red+Green+Blue) = 223+5+163=391 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.03% from 391); Green value is 5 (2.34% from 255 or 1.28% from 391); Blue value is 163 (64.06% from 255 or 41.69% from 391); Max value from RGB is 223 - color contains mainly: red. Hex color #DF05A3 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF05A3 is #20FA5C. Grayscale: #575757. Windows color (decimal): -2161245 or 10683871. OLE color: 10683871.

HSL color Cylindrical-coordinate representation of color #DF05A3: hue angle of 316.51º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DF05A3 is Cyan = 0, Magento = 0.98, Yellow = 0.27 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 5 163 -
CMYK 0 0.98 0.27 0.13
HSL 316.51º 0.96% 0.45% -
HSV(B) 316.51º 0.98% 0.87% -
XYZ 37.1 18.44 36.25 -
YUV 88.19 170.22 224.15 -
System Red Green Blue C M Y K H S L
Decimal 223 5 163 0 0.98 0.27 0.13 316.51 0.96 0.45
Hex DF 5 A3 0 62 1B D 13D 60 2D
Octal 337 5 243 0 142 33 15 475 140 55
Binary 11011111 101 10100011 0 1100010 11011 1101 100111101 1100000 101101

Color Harmonies of #DF05A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF05A3

Black with #DF05A3

Text Example


Text Example

White with #DF05A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF05A3; }

 p { color: rgb(223,5,163); }

 H1.HeaderClassName
 {
   color: #DF05A3;
 }
 .AnyTagClassName
 {
   color: #DF05A3;
 }
</style>

background-color css

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

 a { background-color: rgb(223,5,163); }

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

border-color css

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

 span { border-color: rgb(223,5,163); }

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