Html Css Color HEX #D800AF Hollywood Cerise

📋 copy color: '#D800AF'

red 216 ◦ green 0 ◦ blue 175

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

Shades of Hollywood Cerise #D800AF

Tints of Hollywood Cerise #D800AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 44.76%

R = 55.24%
G = 0%
B = 44.76%

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

#D800AF (or 0xD800AF) is known color: Hollywood Cerise. HEX triplet: D8, 00 and AF. RGB value is (216,0,175). Sum of RGB (Red+Green+Blue) = 216+0+175=391 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.24% from 391); Green value is 0 (0.39% from 255 or 0% from 391); Blue value is 175 (68.75% from 255 or 44.76% from 391); Max value from RGB is 216 - color contains mainly: red. Hex color #D800AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D800AF is #27FF50. Grayscale: #545454. Windows color (decimal): -2621265 or 11469016. OLE color: 11469016.

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

Color convert

RGB 216 0 175 -
CMYK 0 1 0.19 0.15
HSL 311.39º 1% 0.42% -
HSV(B) 311.39º 1% 0.85% -
XYZ 36.06 17.69 42.07 -
YUV 84.53 179.06 221.77 -
System Red Green Blue C M Y K H S L
Decimal 216 0 175 0 1 0.19 0.15 311.39 1 0.42
Hex D8 0 AF 0 64 13 F 137 64 2A
Octal 330 0 257 0 144 23 17 467 144 52
Binary 11011000 0 10101111 0 1100100 10011 1111 100110111 1100100 101010

Color Harmonies of #D800AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D800AF

Black with #D800AF

Text Example


Text Example

White with #D800AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D800AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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