Html Css Color HEX #D612AB Hollywood Cerise

📋 copy color: '#D612AB'

red 214 ◦ green 18 ◦ blue 171

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

Shades of Hollywood Cerise #D612AB

Tints of Hollywood Cerise #D612AB

RGB

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

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

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

R = 53.1%
G = 4.47%
B = 42.43%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#D612AB (or 0xD612AB) is known color: Hollywood Cerise. HEX triplet: D6, 12 and AB. RGB value is (214,18,171). Sum of RGB (Red+Green+Blue) = 214+18+171=403 (53% of max value = 765). Red value is 214 (83.98% from 255 or 53.10% from 403); Green value is 18 (7.42% from 255 or 4.47% from 403); Blue value is 171 (67.19% from 255 or 42.43% from 403); Max value from RGB is 214 - color contains mainly: red. Hex color #D612AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D612AB is #29ED54. Grayscale: #5D5D5D. Windows color (decimal): -2747733 or 11211478. OLE color: 11211478.

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

Color convert

RGB 214 18 171 -
CMYK 0 0.92 0.20 0.16
HSL 313.16º 0.84% 0.45% -
HSV(B) 313.16º 0.92% 0.84% -
XYZ 35.3 17.67 40.08 -
YUV 94.05 171.43 213.56 -
System Red Green Blue C M Y K H S L
Decimal 214 18 171 0 0.92 0.20 0.16 313.16 0.84 0.45
Hex D6 12 AB 0 5C 14 10 139 54 2D
Octal 326 22 253 0 134 24 20 471 124 55
Binary 11010110 10010 10101011 0 1011100 10100 10000 100111001 1010100 101101

Color Harmonies of #D612AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D612AB

Black with #D612AB

Text Example


Text Example

White with #D612AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D612AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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