Html Css Color HEX #D414AD Hollywood Cerise

📋 copy color: '#D414AD'

red 212 ◦ green 20 ◦ blue 173

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

Shades of Hollywood Cerise #D414AD

Tints of Hollywood Cerise #D414AD

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.94%

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

R = 52.35%
G = 4.94%
B = 42.72%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.18

 K value IS 0.17

RGB Variations

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

Color information

#D414AD (or 0xD414AD) is known color: Hollywood Cerise. HEX triplet: D4, 14 and AD. RGB value is (212,20,173). Sum of RGB (Red+Green+Blue) = 212+20+173=405 (53% of max value = 765). Red value is 212 (83.20% from 255 or 52.35% from 405); Green value is 20 (8.20% from 255 or 4.94% from 405); Blue value is 173 (67.97% from 255 or 42.72% from 405); Max value from RGB is 212 - color contains mainly: red. Hex color #D414AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D414AD is #2BEB52. Grayscale: #5E5E5E. Windows color (decimal): -2878291 or 11343060. OLE color: 11343060.

HSL color Cylindrical-coordinate representation of color #D414AD: hue angle of 312.19º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D414AD is Cyan = 0, Magento = 0.91, Yellow = 0.18 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 20 173 -
CMYK 0 0.91 0.18 0.17
HSL 312.19º 0.83% 0.45% -
HSV(B) 312.19º 0.91% 0.83% -
XYZ 34.94 17.51 41.07 -
YUV 94.85 172.11 211.56 -
System Red Green Blue C M Y K H S L
Decimal 212 20 173 0 0.91 0.18 0.17 312.19 0.83 0.45
Hex D4 14 AD 0 5B 12 11 138 53 2D
Octal 324 24 255 0 133 22 21 470 123 55
Binary 11010100 10100 10101101 0 1011011 10010 10001 100111000 1010011 101101

Color Harmonies of #D414AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D414AD

Black with #D414AD

Text Example


Text Example

White with #D414AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D414AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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