Html Css Color HEX #DE00A5 Hollywood Cerise

📋 copy color: '#DE00A5'

red 222 ◦ green 0 ◦ blue 165

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

Shades of Hollywood Cerise #DE00A5

Tints of Hollywood Cerise #DE00A5

RGB

 RED value IS 222 (87.11% from 255) = 57.36%

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

 BLUE value IS 165 (64.84% from 255) = 42.64%

R = 57.36%
G = 0%
B = 42.64%

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

#DE00A5 (or 0xDE00A5) is known color: Hollywood Cerise. HEX triplet: DE, 00 and A5. RGB value is (222,0,165). Sum of RGB (Red+Green+Blue) = 222+0+165=387 (51% of max value = 765). Red value is 222 (87.11% from 255 or 57.36% from 387); Green value is 0 (0.39% from 255 or 0% from 387); Blue value is 165 (64.84% from 255 or 42.64% from 387); Max value from RGB is 222 - color contains mainly: red. Hex color #DE00A5 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE00A5 is #21FF5A. Grayscale: #545454. Windows color (decimal): -2228059 or 10813662. OLE color: 10813662.

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

Color convert

RGB 222 0 165 -
CMYK 0 1 0.26 0.13
HSL 315.41º 1% 0.44% -
HSV(B) 315.41º 1% 0.87% -
XYZ 36.92 18.25 37.17 -
YUV 85.19 173.05 225.58 -
System Red Green Blue C M Y K H S L
Decimal 222 0 165 0 1 0.26 0.13 315.41 1 0.44
Hex DE 0 A5 0 64 1A D 13B 64 2C
Octal 336 0 245 0 144 32 15 473 144 54
Binary 11011110 0 10100101 0 1100100 11010 1101 100111011 1100100 101100

Color Harmonies of #DE00A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE00A5

Black with #DE00A5

Text Example


Text Example

White with #DE00A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE00A5; }

 p { color: rgb(222,0,165); }

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

background-color css

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

 a { background-color: rgb(222,0,165); }

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

border-color css

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

 span { border-color: rgb(222,0,165); }

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