Html Css Color HEX #D412AB Hollywood Cerise

📋 copy color: '#D412AB'

red 212 ◦ green 18 ◦ blue 171

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

Shades of Hollywood Cerise #D412AB

Tints of Hollywood Cerise #D412AB

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.49%

 BLUE value IS 171 (67.19% from 255) = 42.64%

R = 52.87%
G = 4.49%
B = 42.64%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.19

 K value IS 0.17

RGB Variations

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

Color information

#D412AB (or 0xD412AB) is known color: Hollywood Cerise. HEX triplet: D4, 12 and AB. RGB value is (212,18,171). Sum of RGB (Red+Green+Blue) = 212+18+171=401 (53% of max value = 765). Red value is 212 (83.20% from 255 or 52.87% from 401); Green value is 18 (7.42% from 255 or 4.49% from 401); Blue value is 171 (67.19% from 255 or 42.64% from 401); Max value from RGB is 212 - color contains mainly: red. Hex color #D412AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D412AB is #2BED54. Grayscale: #5D5D5D. Windows color (decimal): -2878805 or 11211476. OLE color: 11211476.

HSL color Cylindrical-coordinate representation of color #D412AB: hue angle of 312.68º degrees, saturation: 0.84, 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 #D412AB is Cyan = 0, Magento = 0.92, Yellow = 0.19 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 18 171 -
CMYK 0 0.92 0.19 0.17
HSL 312.68º 0.84% 0.45% -
HSV(B) 312.68º 0.92% 0.83% -
XYZ 34.72 17.37 40.05 -
YUV 93.45 171.77 212.56 -
System Red Green Blue C M Y K H S L
Decimal 212 18 171 0 0.92 0.19 0.17 312.68 0.84 0.45
Hex D4 12 AB 0 5C 13 11 139 54 2D
Octal 324 22 253 0 134 23 21 471 124 55
Binary 11010100 10010 10101011 0 1011100 10011 10001 100111001 1010100 101101

Color Harmonies of #D412AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D412AB

Black with #D412AB

Text Example


Text Example

White with #D412AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D412AB; }

 p { color: rgb(212,18,171); }

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

background-color css

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

 a { background-color: rgb(212,18,171); }

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

border-color css

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

 span { border-color: rgb(212,18,171); }

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