Html Css Color HEX #D613A6 Hollywood Cerise

📋 copy color: '#D613A6'

red 214 ◦ green 19 ◦ blue 166

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

Shades of Hollywood Cerise #D613A6

Tints of Hollywood Cerise #D613A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 41.6%

R = 53.63%
G = 4.76%
B = 41.6%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.22

 K value IS 0.16

RGB Variations

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

Color information

#D613A6 (or 0xD613A6) is known color: Hollywood Cerise. HEX triplet: D6, 13 and A6. RGB value is (214,19,166). Sum of RGB (Red+Green+Blue) = 214+19+166=399 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.63% from 399); Green value is 19 (7.81% from 255 or 4.76% from 399); Blue value is 166 (65.23% from 255 or 41.60% from 399); Max value from RGB is 214 - color contains mainly: red. Hex color #D613A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D613A6 is #29EC59. Grayscale: #5D5D5D. Windows color (decimal): -2747482 or 10884054. OLE color: 10884054.

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

Color convert

RGB 214 19 166 -
CMYK 0 0.91 0.22 0.16
HSL 314.77º 0.84% 0.46% -
HSV(B) 314.77º 0.91% 0.84% -
XYZ 34.85 17.52 37.62 -
YUV 94.06 168.6 213.55 -
System Red Green Blue C M Y K H S L
Decimal 214 19 166 0 0.91 0.22 0.16 314.77 0.84 0.46
Hex D6 13 A6 0 5B 16 10 13B 54 2E
Octal 326 23 246 0 133 26 20 473 124 56
Binary 11010110 10011 10100110 0 1011011 10110 10000 100111011 1010100 101110

Color Harmonies of #D613A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D613A6

Black with #D613A6

Text Example


Text Example

White with #D613A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D613A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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