Html Css Color HEX #DF03A8 Hollywood Cerise

📋 copy color: '#DF03A8'

red 223 ◦ green 3 ◦ blue 168

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

Shades of Hollywood Cerise #DF03A8

Tints of Hollywood Cerise #DF03A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 42.64%

R = 56.6%
G = 0.76%
B = 42.64%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.25

 K value IS 0.13

RGB Variations

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

Color information

#DF03A8 (or 0xDF03A8) is known color: Hollywood Cerise. HEX triplet: DF, 03 and A8. RGB value is (223,3,168). Sum of RGB (Red+Green+Blue) = 223+3+168=394 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.60% from 394); Green value is 3 (1.56% from 255 or 0.76% from 394); Blue value is 168 (66.02% from 255 or 42.64% from 394); Max value from RGB is 223 - color contains mainly: red. Hex color #DF03A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF03A8 is #20FC57. Grayscale: #575757. Windows color (decimal): -2161752 or 11011039. OLE color: 11011039.

HSL color Cylindrical-coordinate representation of color #DF03A8: hue angle of 315º 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 #DF03A8 is Cyan = 0, Magento = 0.99, Yellow = 0.25 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 3 168 -
CMYK 0 0.99 0.25 0.13
HSL 315º 0.97% 0.44% -
HSV(B) 315º 0.99% 0.87% -
XYZ 37.53 18.58 38.65 -
YUV 87.59 173.39 224.58 -
System Red Green Blue C M Y K H S L
Decimal 223 3 168 0 0.99 0.25 0.13 315 0.97 0.44
Hex DF 3 A8 0 63 19 D 13B 61 2C
Octal 337 3 250 0 143 31 15 473 141 54
Binary 11011111 11 10101000 0 1100011 11001 1101 100111011 1100001 101100

Color Harmonies of #DF03A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF03A8

Black with #DF03A8

Text Example


Text Example

White with #DF03A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF03A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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