Html Css Color HEX #DF00A4 Hollywood Cerise

📋 copy color: '#DF00A4'

red 223 ◦ green 0 ◦ blue 164

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

Shades of Hollywood Cerise #DF00A4

Tints of Hollywood Cerise #DF00A4

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 164 (64.45% from 255) = 42.38%

R = 57.62%
G = 0%
B = 42.38%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.26

 K value IS 0.13

RGB Variations

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

Color information

#DF00A4 (or 0xDF00A4) is known color: Hollywood Cerise. HEX triplet: DF, 00 and A4. RGB value is (223,0,164). Sum of RGB (Red+Green+Blue) = 223+0+164=387 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.62% from 387); Green value is 0 (0.39% from 255 or 0% from 387); Blue value is 164 (64.45% from 255 or 42.38% from 387); Max value from RGB is 223 - color contains mainly: red. Hex color #DF00A4 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF00A4 is #20FF5B. Grayscale: #545454. Windows color (decimal): -2162524 or 10748127. OLE color: 10748127.

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

Color convert

RGB 223 0 164 -
CMYK 0 1 0.26 0.13
HSL 315.87º 1% 0.44% -
HSV(B) 315.87º 1% 0.87% -
XYZ 37.13 18.37 36.71 -
YUV 85.37 172.38 226.16 -
System Red Green Blue C M Y K H S L
Decimal 223 0 164 0 1 0.26 0.13 315.87 1 0.44
Hex DF 0 A4 0 64 1A D 13C 64 2C
Octal 337 0 244 0 144 32 15 474 144 54
Binary 11011111 0 10100100 0 1100100 11010 1101 100111100 1100100 101100

Color Harmonies of #DF00A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF00A4

Black with #DF00A4

Text Example


Text Example

White with #DF00A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF00A4; }

 p { color: rgb(223,0,164); }

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

background-color css

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

 a { background-color: rgb(223,0,164); }

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

border-color css

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

 span { border-color: rgb(223,0,164); }

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