Html Css Color HEX #D508A8 Hollywood Cerise

📋 copy color: '#D508A8'

red 213 ◦ green 8 ◦ blue 168

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

Shades of Hollywood Cerise #D508A8

Tints of Hollywood Cerise #D508A8

RGB

 RED value IS 213 (83.59% from 255) = 54.76%

 GREEN value IS 8 (3.52% from 255) = 2.06%

 BLUE value IS 168 (66.02% from 255) = 43.19%

R = 54.76%
G = 2.06%
B = 43.19%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.21

 K value IS 0.16

RGB Variations

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

Color information

#D508A8 (or 0xD508A8) is known color: Hollywood Cerise. HEX triplet: D5, 08 and A8. RGB value is (213,8,168). Sum of RGB (Red+Green+Blue) = 213+8+168=389 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.76% from 389); Green value is 8 (3.52% from 255 or 2.06% from 389); Blue value is 168 (66.02% from 255 or 43.19% from 389); Max value from RGB is 213 - color contains mainly: red. Hex color #D508A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D508A8 is #2AF757. Grayscale: #575757. Windows color (decimal): -2815832 or 11012309. OLE color: 11012309.

HSL color Cylindrical-coordinate representation of color #D508A8: hue angle of 313.17º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D508A8 is Cyan = 0, Magento = 0.96, Yellow = 0.21 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 8 168 -
CMYK 0 0.96 0.21 0.16
HSL 313.17º 0.93% 0.43% -
HSV(B) 313.17º 0.96% 0.84% -
XYZ 34.6 17.15 38.53 -
YUV 87.54 173.42 217.49 -
System Red Green Blue C M Y K H S L
Decimal 213 8 168 0 0.96 0.21 0.16 313.17 0.93 0.43
Hex D5 8 A8 0 60 15 10 139 5D 2B
Octal 325 10 250 0 140 25 20 471 135 53
Binary 11010101 1000 10101000 0 1100000 10101 10000 100111001 1011101 101011

Color Harmonies of #D508A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D508A8

Black with #D508A8

Text Example


Text Example

White with #D508A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D508A8; }

 p { color: rgb(213,8,168); }

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

background-color css

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

 a { background-color: rgb(213,8,168); }

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

border-color css

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

 span { border-color: rgb(213,8,168); }

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