Html Css Color HEX #D615AC Hollywood Cerise

📋 copy color: '#D615AC'

red 214 ◦ green 21 ◦ blue 172

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

Shades of Hollywood Cerise #D615AC

Tints of Hollywood Cerise #D615AC

RGB

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

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

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

R = 52.58%
G = 5.16%
B = 42.26%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#D615AC (or 0xD615AC) is known color: Hollywood Cerise. HEX triplet: D6, 15 and AC. RGB value is (214,21,172). Sum of RGB (Red+Green+Blue) = 214+21+172=407 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.58% from 407); Green value is 21 (8.59% from 255 or 5.16% from 407); Blue value is 172 (67.58% from 255 or 42.26% from 407); Max value from RGB is 214 - color contains mainly: red. Hex color #D615AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D615AC is #29EA53. Grayscale: #5F5F5F. Windows color (decimal): -2746964 or 11277782. OLE color: 11277782.

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

Color convert

RGB 214 21 172 -
CMYK 0 0.90 0.20 0.16
HSL 313.06º 0.82% 0.46% -
HSV(B) 313.06º 0.9% 0.84% -
XYZ 35.45 17.81 40.6 -
YUV 95.92 170.94 212.22 -
System Red Green Blue C M Y K H S L
Decimal 214 21 172 0 0.90 0.20 0.16 313.06 0.82 0.46
Hex D6 15 AC 0 5A 14 10 139 52 2E
Octal 326 25 254 0 132 24 20 471 122 56
Binary 11010110 10101 10101100 0 1011010 10100 10000 100111001 1010010 101110

Color Harmonies of #D615AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D615AC

Black with #D615AC

Text Example


Text Example

White with #D615AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D615AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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