Html Css Color HEX #D412AD Hollywood Cerise

📋 copy color: '#D412AD'

red 212 ◦ green 18 ◦ blue 173

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

Shades of Hollywood Cerise #D412AD

Tints of Hollywood Cerise #D412AD

RGB

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

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

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

R = 52.61%
G = 4.47%
B = 42.93%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.18

 K value IS 0.17

RGB Variations

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

Color information

#D412AD (or 0xD412AD) is known color: Hollywood Cerise. HEX triplet: D4, 12 and AD. RGB value is (212,18,173). Sum of RGB (Red+Green+Blue) = 212+18+173=403 (53% of max value = 765). Red value is 212 (83.20% from 255 or 52.61% from 403); Green value is 18 (7.42% from 255 or 4.47% from 403); Blue value is 173 (67.97% from 255 or 42.93% from 403); Max value from RGB is 212 - color contains mainly: red. Hex color #D412AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D412AD is #2BED52. Grayscale: #5D5D5D. Windows color (decimal): -2878803 or 11342548. OLE color: 11342548.

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

Color convert

RGB 212 18 173 -
CMYK 0 0.92 0.18 0.17
HSL 312.06º 0.84% 0.45% -
HSV(B) 312.06º 0.92% 0.83% -
XYZ 34.91 17.45 41.06 -
YUV 93.68 172.77 212.4 -
System Red Green Blue C M Y K H S L
Decimal 212 18 173 0 0.92 0.18 0.17 312.06 0.84 0.45
Hex D4 12 AD 0 5C 12 11 138 54 2D
Octal 324 22 255 0 134 22 21 470 124 55
Binary 11010100 10010 10101101 0 1011100 10010 10001 100111000 1010100 101101

Color Harmonies of #D412AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D412AD

Black with #D412AD

Text Example


Text Example

White with #D412AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D412AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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