Html Css Color HEX #DF03A6 Hollywood Cerise

📋 copy color: '#DF03A6'

red 223 ◦ green 3 ◦ blue 166

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

Shades of Hollywood Cerise #DF03A6

Tints of Hollywood Cerise #DF03A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 42.35%

R = 56.89%
G = 0.77%
B = 42.35%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.26

 K value IS 0.13

RGB Variations

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

Color information

#DF03A6 (or 0xDF03A6) is known color: Hollywood Cerise. HEX triplet: DF, 03 and A6. RGB value is (223,3,166). Sum of RGB (Red+Green+Blue) = 223+3+166=392 (51% of max value = 765). Red value is 223 (87.5% from 255 or 56.89% from 392); Green value is 3 (1.56% from 255 or 0.77% from 392); Blue value is 166 (65.23% from 255 or 42.35% from 392); Max value from RGB is 223 - color contains mainly: red. Hex color #DF03A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF03A6 is #20FC59. Grayscale: #565656. Windows color (decimal): -2161754 or 10879967. OLE color: 10879967.

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

Color convert

RGB 223 3 166 -
CMYK 0 0.99 0.26 0.13
HSL 315.55º 0.97% 0.44% -
HSV(B) 315.55º 0.99% 0.87% -
XYZ 37.35 18.51 37.68 -
YUV 87.36 172.39 224.75 -
System Red Green Blue C M Y K H S L
Decimal 223 3 166 0 0.99 0.26 0.13 315.55 0.97 0.44
Hex DF 3 A6 0 63 1A D 13C 61 2C
Octal 337 3 246 0 143 32 15 474 141 54
Binary 11011111 11 10100110 0 1100011 11010 1101 100111100 1100001 101100

Color Harmonies of #DF03A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF03A6

Black with #DF03A6

Text Example


Text Example

White with #DF03A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF03A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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