Html Css Color HEX #D612AE Hollywood Cerise

📋 copy color: '#D612AE'

red 214 ◦ green 18 ◦ blue 174

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

Shades of Hollywood Cerise #D612AE

Tints of Hollywood Cerise #D612AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 42.86%

R = 52.71%
G = 4.43%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.19

 K value IS 0.16

RGB Variations

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

Color information

#D612AE (or 0xD612AE) is known color: Hollywood Cerise. HEX triplet: D6, 12 and AE. RGB value is (214,18,174). Sum of RGB (Red+Green+Blue) = 214+18+174=406 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.71% from 406); Green value is 18 (7.42% from 255 or 4.43% from 406); Blue value is 174 (68.36% from 255 or 42.86% from 406); Max value from RGB is 214 - color contains mainly: red. Hex color #D612AE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D612AE is #29ED51. Grayscale: #5D5D5D. Windows color (decimal): -2747730 or 11408086. OLE color: 11408086.

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

Color convert

RGB 214 18 174 -
CMYK 0 0.92 0.19 0.16
HSL 312.24º 0.84% 0.45% -
HSV(B) 312.24º 0.92% 0.84% -
XYZ 35.59 17.78 41.6 -
YUV 94.39 172.93 213.32 -
System Red Green Blue C M Y K H S L
Decimal 214 18 174 0 0.92 0.19 0.16 312.24 0.84 0.45
Hex D6 12 AE 0 5C 13 10 138 54 2D
Octal 326 22 256 0 134 23 20 470 124 55
Binary 11010110 10010 10101110 0 1011100 10011 10000 100111000 1010100 101101

Color Harmonies of #D612AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D612AE

Black with #D612AE

Text Example


Text Example

White with #D612AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D612AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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