Html Css Color HEX #D510A8 Hollywood Cerise

📋 copy color: '#D510A8'

red 213 ◦ green 16 ◦ blue 168

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

Shades of Hollywood Cerise #D510A8

Tints of Hollywood Cerise #D510A8

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.03%

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

R = 53.65%
G = 4.03%
B = 42.32%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.21

 K value IS 0.16

RGB Variations

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

Color information

#D510A8 (or 0xD510A8) is known color: Hollywood Cerise. HEX triplet: D5, 10 and A8. RGB value is (213,16,168). Sum of RGB (Red+Green+Blue) = 213+16+168=397 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.65% from 397); Green value is 16 (6.64% from 255 or 4.03% from 397); Blue value is 168 (66.02% from 255 or 42.32% from 397); Max value from RGB is 213 - color contains mainly: red. Hex color #D510A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D510A8 is #2AEF57. Grayscale: #5B5B5B. Windows color (decimal): -2813784 or 11014357. OLE color: 11014357.

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

Color convert

RGB 213 16 168 -
CMYK 0 0.92 0.21 0.16
HSL 313.71º 0.86% 0.45% -
HSV(B) 313.71º 0.92% 0.84% -
XYZ 34.69 17.34 38.56 -
YUV 92.23 170.77 214.14 -
System Red Green Blue C M Y K H S L
Decimal 213 16 168 0 0.92 0.21 0.16 313.71 0.86 0.45
Hex D5 10 A8 0 5C 15 10 13A 56 2D
Octal 325 20 250 0 134 25 20 472 126 55
Binary 11010101 10000 10101000 0 1011100 10101 10000 100111010 1010110 101101

Color Harmonies of #D510A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D510A8

Black with #D510A8

Text Example


Text Example

White with #D510A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D510A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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