Html Css Color HEX #D410A6 Hollywood Cerise

📋 copy color: '#D410A6'

red 212 ◦ green 16 ◦ blue 166

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

Shades of Hollywood Cerise #D410A6

Tints of Hollywood Cerise #D410A6

RGB

 RED value IS 212 (83.2% from 255) = 53.81%

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

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

R = 53.81%
G = 4.06%
B = 42.13%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.22

 K value IS 0.17

RGB Variations

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

Color information

#D410A6 (or 0xD410A6) is known color: Hollywood Cerise. HEX triplet: D4, 10 and A6. RGB value is (212,16,166). Sum of RGB (Red+Green+Blue) = 212+16+166=394 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.81% from 394); Green value is 16 (6.64% from 255 or 4.06% from 394); Blue value is 166 (65.23% from 255 or 42.13% from 394); Max value from RGB is 212 - color contains mainly: red. Hex color #D410A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D410A6 is #2BEF59. Grayscale: #5B5B5B. Windows color (decimal): -2879322 or 10883284. OLE color: 10883284.

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

Color convert

RGB 212 16 166 -
CMYK 0 0.92 0.22 0.17
HSL 314.08º 0.86% 0.45% -
HSV(B) 314.08º 0.92% 0.83% -
XYZ 34.22 17.12 37.58 -
YUV 91.7 169.93 213.8 -
System Red Green Blue C M Y K H S L
Decimal 212 16 166 0 0.92 0.22 0.17 314.08 0.86 0.45
Hex D4 10 A6 0 5C 16 11 13A 56 2D
Octal 324 20 246 0 134 26 21 472 126 55
Binary 11010100 10000 10100110 0 1011100 10110 10001 100111010 1010110 101101

Color Harmonies of #D410A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D410A6

Black with #D410A6

Text Example


Text Example

White with #D410A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D410A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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