Html Css Color HEX #D807A7 Hollywood Cerise

📋 copy color: '#D807A7'

red 216 ◦ green 7 ◦ blue 167

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

Shades of Hollywood Cerise #D807A7

Tints of Hollywood Cerise #D807A7

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.79%

 BLUE value IS 167 (65.63% from 255) = 42.82%

R = 55.38%
G = 1.79%
B = 42.82%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.23

 K value IS 0.15

RGB Variations

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

Color information

#D807A7 (or 0xD807A7) is known color: Hollywood Cerise. HEX triplet: D8, 07 and A7. RGB value is (216,7,167). Sum of RGB (Red+Green+Blue) = 216+7+167=390 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.38% from 390); Green value is 7 (3.12% from 255 or 1.79% from 390); Blue value is 167 (65.62% from 255 or 42.82% from 390); Max value from RGB is 216 - color contains mainly: red. Hex color #D807A7 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D807A7 is #27F858. Grayscale: #575757. Windows color (decimal): -2619481 or 10946520. OLE color: 10946520.

HSL color Cylindrical-coordinate representation of color #D807A7: hue angle of 314.07º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D807A7 is Cyan = 0, Magento = 0.97, Yellow = 0.23 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 7 167 -
CMYK 0 0.97 0.23 0.15
HSL 314.07º 0.94% 0.44% -
HSV(B) 314.07º 0.97% 0.85% -
XYZ 35.37 17.54 38.08 -
YUV 87.73 172.74 219.49 -
System Red Green Blue C M Y K H S L
Decimal 216 7 167 0 0.97 0.23 0.15 314.07 0.94 0.44
Hex D8 7 A7 0 61 17 F 13A 5E 2C
Octal 330 7 247 0 141 27 17 472 136 54
Binary 11011000 111 10100111 0 1100001 10111 1111 100111010 1011110 101100

Color Harmonies of #D807A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D807A7

Black with #D807A7

Text Example


Text Example

White with #D807A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D807A7; }

 p { color: rgb(216,7,167); }

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

background-color css

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

 a { background-color: rgb(216,7,167); }

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

border-color css

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

 span { border-color: rgb(216,7,167); }

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