Html Css Color HEX #D800AE Hollywood Cerise

📋 copy color: '#D800AE'

red 216 ◦ green 0 ◦ blue 174

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

Shades of Hollywood Cerise #D800AE

Tints of Hollywood Cerise #D800AE

RGB

 RED value IS 216 (84.77% from 255) = 55.38%

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

 BLUE value IS 174 (68.36% from 255) = 44.62%

R = 55.38%
G = 0%
B = 44.62%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#D800AE (or 0xD800AE) is known color: Hollywood Cerise. HEX triplet: D8, 00 and AE. RGB value is (216,0,174). Sum of RGB (Red+Green+Blue) = 216+0+174=390 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.38% from 390); Green value is 0 (0.39% from 255 or 0% from 390); Blue value is 174 (68.36% from 255 or 44.62% from 390); Max value from RGB is 216 - color contains mainly: red. Hex color #D800AE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D800AE is #27FF51. Grayscale: #535353. Windows color (decimal): -2621266 or 11403480. OLE color: 11403480.

HSL color Cylindrical-coordinate representation of color #D800AE: hue angle of 311.67º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D800AE is Cyan = 0, Magento = 1, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 0 174 -
CMYK 0 1 0.19 0.15
HSL 311.67º 1% 0.42% -
HSV(B) 311.67º 1% 0.85% -
XYZ 35.96 17.65 41.56 -
YUV 84.42 178.56 221.85 -
System Red Green Blue C M Y K H S L
Decimal 216 0 174 0 1 0.19 0.15 311.67 1 0.42
Hex D8 0 AE 0 64 13 F 138 64 2A
Octal 330 0 256 0 144 23 17 470 144 52
Binary 11011000 0 10101110 0 1100100 10011 1111 100111000 1100100 101010

Color Harmonies of #D800AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D800AE

Black with #D800AE

Text Example


Text Example

White with #D800AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D800AE; }

 p { color: rgb(216,0,174); }

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

background-color css

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

 a { background-color: rgb(216,0,174); }

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

border-color css

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

 span { border-color: rgb(216,0,174); }

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