Html Css Color HEX #D612AD Hollywood Cerise

📋 copy color: '#D612AD'

red 214 ◦ green 18 ◦ blue 173

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

Shades of Hollywood Cerise #D612AD

Tints of Hollywood Cerise #D612AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 42.72%

R = 52.84%
G = 4.44%
B = 42.72%

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

#D612AD (or 0xD612AD) is known color: Hollywood Cerise. HEX triplet: D6, 12 and AD. RGB value is (214,18,173). Sum of RGB (Red+Green+Blue) = 214+18+173=405 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.84% from 405); Green value is 18 (7.42% from 255 or 4.44% from 405); Blue value is 173 (67.97% from 255 or 42.72% from 405); Max value from RGB is 214 - color contains mainly: red. Hex color #D612AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D612AD is #29ED52. Grayscale: #5D5D5D. Windows color (decimal): -2747731 or 11342550. OLE color: 11342550.

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

Color convert

RGB 214 18 173 -
CMYK 0 0.92 0.19 0.16
HSL 312.55º 0.84% 0.45% -
HSV(B) 312.55º 0.92% 0.84% -
XYZ 35.49 17.75 41.09 -
YUV 94.27 172.43 213.4 -
System Red Green Blue C M Y K H S L
Decimal 214 18 173 0 0.92 0.19 0.16 312.55 0.84 0.45
Hex D6 12 AD 0 5C 13 10 139 54 2D
Octal 326 22 255 0 134 23 20 471 124 55
Binary 11010110 10010 10101101 0 1011100 10011 10000 100111001 1010100 101101

Color Harmonies of #D612AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D612AD

Black with #D612AD

Text Example


Text Example

White with #D612AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D612AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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