Html Css Color HEX #D613A9 Hollywood Cerise

📋 copy color: '#D613A9'

red 214 ◦ green 19 ◦ blue 169

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

Shades of Hollywood Cerise #D613A9

Tints of Hollywood Cerise #D613A9

RGB

 RED value IS 214 (83.98% from 255) = 53.23%

 GREEN value IS 19 (7.81% from 255) = 4.73%

 BLUE value IS 169 (66.41% from 255) = 42.04%

R = 53.23%
G = 4.73%
B = 42.04%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.21

 K value IS 0.16

RGB Variations

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

Color information

#D613A9 (or 0xD613A9) is known color: Hollywood Cerise. HEX triplet: D6, 13 and A9. RGB value is (214,19,169). Sum of RGB (Red+Green+Blue) = 214+19+169=402 (53% of max value = 765). Red value is 214 (83.98% from 255 or 53.23% from 402); Green value is 19 (7.81% from 255 or 4.73% from 402); Blue value is 169 (66.41% from 255 or 42.04% from 402); Max value from RGB is 214 - color contains mainly: red. Hex color #D613A9 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D613A9 is #29EC56. Grayscale: #5E5E5E. Windows color (decimal): -2747479 or 11080662. OLE color: 11080662.

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

Color convert

RGB 214 19 169 -
CMYK 0 0.91 0.21 0.16
HSL 313.85º 0.84% 0.46% -
HSV(B) 313.85º 0.91% 0.84% -
XYZ 35.13 17.63 39.09 -
YUV 94.41 170.1 213.3 -
System Red Green Blue C M Y K H S L
Decimal 214 19 169 0 0.91 0.21 0.16 313.85 0.84 0.46
Hex D6 13 A9 0 5B 15 10 13A 54 2E
Octal 326 23 251 0 133 25 20 472 124 56
Binary 11010110 10011 10101001 0 1011011 10101 10000 100111010 1010100 101110

Color Harmonies of #D613A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D613A9

Black with #D613A9

Text Example


Text Example

White with #D613A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D613A9; }

 p { color: rgb(214,19,169); }

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

background-color css

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

 a { background-color: rgb(214,19,169); }

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

border-color css

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

 span { border-color: rgb(214,19,169); }

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