Html Css Color HEX #D610A6 Hollywood Cerise

📋 copy color: '#D610A6'

red 214 ◦ green 16 ◦ blue 166

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

Shades of Hollywood Cerise #D610A6

Tints of Hollywood Cerise #D610A6

RGB

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

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

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

R = 54.04%
G = 4.04%
B = 41.92%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.22

 K value IS 0.16

RGB Variations

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

Color information

#D610A6 (or 0xD610A6) is known color: Hollywood Cerise. HEX triplet: D6, 10 and A6. RGB value is (214,16,166). Sum of RGB (Red+Green+Blue) = 214+16+166=396 (52% of max value = 765). Red value is 214 (83.98% from 255 or 54.04% from 396); Green value is 16 (6.64% from 255 or 4.04% from 396); Blue value is 166 (65.23% from 255 or 41.92% from 396); Max value from RGB is 214 - color contains mainly: red. Hex color #D610A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D610A6 is #29EF59. Grayscale: #5B5B5B. Windows color (decimal): -2748250 or 10883286. OLE color: 10883286.

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

Color convert

RGB 214 16 166 -
CMYK 0 0.93 0.22 0.16
HSL 314.55º 0.86% 0.45% -
HSV(B) 314.55º 0.93% 0.84% -
XYZ 34.8 17.42 37.6 -
YUV 92.3 169.6 214.8 -
System Red Green Blue C M Y K H S L
Decimal 214 16 166 0 0.93 0.22 0.16 314.55 0.86 0.45
Hex D6 10 A6 0 5D 16 10 13B 56 2D
Octal 326 20 246 0 135 26 20 473 126 55
Binary 11010110 10000 10100110 0 1011101 10110 10000 100111011 1010110 101101

Color Harmonies of #D610A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D610A6

Black with #D610A6

Text Example


Text Example

White with #D610A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D610A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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