Html Css Color HEX #DF03AA Hollywood Cerise

📋 copy color: '#DF03AA'

red 223 ◦ green 3 ◦ blue 170

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

Shades of Hollywood Cerise #DF03AA

Tints of Hollywood Cerise #DF03AA

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.76%

 BLUE value IS 170 (66.8% from 255) = 42.93%

R = 56.31%
G = 0.76%
B = 42.93%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.24

 K value IS 0.13

RGB Variations

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

Color information

#DF03AA (or 0xDF03AA) is known color: Hollywood Cerise. HEX triplet: DF, 03 and AA. RGB value is (223,3,170). Sum of RGB (Red+Green+Blue) = 223+3+170=396 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.31% from 396); Green value is 3 (1.56% from 255 or 0.76% from 396); Blue value is 170 (66.80% from 255 or 42.93% from 396); Max value from RGB is 223 - color contains mainly: red. Hex color #DF03AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF03AA is #20FC55. Grayscale: #575757. Windows color (decimal): -2161750 or 11142111. OLE color: 11142111.

HSL color Cylindrical-coordinate representation of color #DF03AA: hue angle of 314.45º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DF03AA is Cyan = 0, Magento = 0.99, Yellow = 0.24 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 3 170 -
CMYK 0 0.99 0.24 0.13
HSL 314.45º 0.97% 0.44% -
HSV(B) 314.45º 0.99% 0.87% -
XYZ 37.72 18.66 39.64 -
YUV 87.82 174.39 224.42 -
System Red Green Blue C M Y K H S L
Decimal 223 3 170 0 0.99 0.24 0.13 314.45 0.97 0.44
Hex DF 3 AA 0 63 18 D 13A 61 2C
Octal 337 3 252 0 143 30 15 472 141 54
Binary 11011111 11 10101010 0 1100011 11000 1101 100111010 1100001 101100

Color Harmonies of #DF03AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF03AA

Black with #DF03AA

Text Example


Text Example

White with #DF03AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF03AA; }

 p { color: rgb(223,3,170); }

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

background-color css

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

 a { background-color: rgb(223,3,170); }

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

border-color css

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

 span { border-color: rgb(223,3,170); }

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