Html Css Color HEX #D415AC Hollywood Cerise

📋 copy color: '#D415AC'

red 212 ◦ green 21 ◦ blue 172

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

Shades of Hollywood Cerise #D415AC

Tints of Hollywood Cerise #D415AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 42.47%

R = 52.35%
G = 5.19%
B = 42.47%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.19

 K value IS 0.17

RGB Variations

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

Color information

#D415AC (or 0xD415AC) is known color: Hollywood Cerise. HEX triplet: D4, 15 and AC. RGB value is (212,21,172). Sum of RGB (Red+Green+Blue) = 212+21+172=405 (53% of max value = 765). Red value is 212 (83.20% from 255 or 52.35% from 405); Green value is 21 (8.59% from 255 or 5.19% from 405); Blue value is 172 (67.58% from 255 or 42.47% from 405); Max value from RGB is 212 - color contains mainly: red. Hex color #D415AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D415AC is #2BEA53. Grayscale: #5E5E5E. Windows color (decimal): -2878036 or 11277780. OLE color: 11277780.

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

Color convert

RGB 212 21 172 -
CMYK 0 0.90 0.19 0.17
HSL 312.57º 0.82% 0.46% -
HSV(B) 312.57º 0.9% 0.83% -
XYZ 34.87 17.51 40.57 -
YUV 95.32 171.28 211.22 -
System Red Green Blue C M Y K H S L
Decimal 212 21 172 0 0.90 0.19 0.17 312.57 0.82 0.46
Hex D4 15 AC 0 5A 13 11 139 52 2E
Octal 324 25 254 0 132 23 21 471 122 56
Binary 11010100 10101 10101100 0 1011010 10011 10001 100111001 1010010 101110

Color Harmonies of #D415AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D415AC

Black with #D415AC

Text Example


Text Example

White with #D415AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D415AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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