Html Css Color HEX #D415AD Hollywood Cerise

📋 copy color: '#D415AD'

red 212 ◦ green 21 ◦ blue 173

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

Shades of Hollywood Cerise #D415AD

Tints of Hollywood Cerise #D415AD

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.17%

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

R = 52.22%
G = 5.17%
B = 42.61%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.18

 K value IS 0.17

RGB Variations

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

Color information

#D415AD (or 0xD415AD) is known color: Hollywood Cerise. HEX triplet: D4, 15 and AD. RGB value is (212,21,173). Sum of RGB (Red+Green+Blue) = 212+21+173=406 (53% of max value = 765). Red value is 212 (83.20% from 255 or 52.22% from 406); Green value is 21 (8.59% from 255 or 5.17% from 406); Blue value is 173 (67.97% from 255 or 42.61% from 406); Max value from RGB is 212 - color contains mainly: red. Hex color #D415AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D415AD is #2BEA52. Grayscale: #5F5F5F. Windows color (decimal): -2878035 or 11343316. OLE color: 11343316.

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

Color convert

RGB 212 21 173 -
CMYK 0 0.90 0.18 0.17
HSL 312.25º 0.82% 0.46% -
HSV(B) 312.25º 0.9% 0.83% -
XYZ 34.96 17.55 41.08 -
YUV 95.44 171.78 211.14 -
System Red Green Blue C M Y K H S L
Decimal 212 21 173 0 0.90 0.18 0.17 312.25 0.82 0.46
Hex D4 15 AD 0 5A 12 11 138 52 2E
Octal 324 25 255 0 132 22 21 470 122 56
Binary 11010100 10101 10101101 0 1011010 10010 10001 100111000 1010010 101110

Color Harmonies of #D415AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D415AD

Black with #D415AD

Text Example


Text Example

White with #D415AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D415AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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