Html Css Color HEX #D508A7 Hollywood Cerise

📋 copy color: '#D508A7'

red 213 ◦ green 8 ◦ blue 167

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

Shades of Hollywood Cerise #D508A7

Tints of Hollywood Cerise #D508A7

RGB

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

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

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

R = 54.9%
G = 2.06%
B = 43.04%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.22

 K value IS 0.16

RGB Variations

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

Color information

#D508A7 (or 0xD508A7) is known color: Hollywood Cerise. HEX triplet: D5, 08 and A7. RGB value is (213,8,167). Sum of RGB (Red+Green+Blue) = 213+8+167=388 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.90% from 388); Green value is 8 (3.52% from 255 or 2.06% from 388); Blue value is 167 (65.62% from 255 or 43.04% from 388); Max value from RGB is 213 - color contains mainly: red. Hex color #D508A7 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D508A7 is #2AF758. Grayscale: #565656. Windows color (decimal): -2815833 or 10946773. OLE color: 10946773.

HSL color Cylindrical-coordinate representation of color #D508A7: hue angle of 313.46º 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 #D508A7 is Cyan = 0, Magento = 0.96, Yellow = 0.22 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 8 167 -
CMYK 0 0.96 0.22 0.16
HSL 313.46º 0.93% 0.43% -
HSV(B) 313.46º 0.96% 0.84% -
XYZ 34.5 17.11 38.04 -
YUV 87.42 172.92 217.57 -
System Red Green Blue C M Y K H S L
Decimal 213 8 167 0 0.96 0.22 0.16 313.46 0.93 0.43
Hex D5 8 A7 0 60 16 10 139 5D 2B
Octal 325 10 247 0 140 26 20 471 135 53
Binary 11010101 1000 10100111 0 1100000 10110 10000 100111001 1011101 101011

Color Harmonies of #D508A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D508A7

Black with #D508A7

Text Example


Text Example

White with #D508A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D508A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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