Html Css Color HEX #D615AB Hollywood Cerise

📋 copy color: '#D615AB'

red 214 ◦ green 21 ◦ blue 171

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

Shades of Hollywood Cerise #D615AB

Tints of Hollywood Cerise #D615AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 42.12%

R = 52.71%
G = 5.17%
B = 42.12%

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

#D615AB (or 0xD615AB) is known color: Hollywood Cerise. HEX triplet: D6, 15 and AB. RGB value is (214,21,171). Sum of RGB (Red+Green+Blue) = 214+21+171=406 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.71% from 406); Green value is 21 (8.59% from 255 or 5.17% from 406); Blue value is 171 (67.19% from 255 or 42.12% from 406); Max value from RGB is 214 - color contains mainly: red. Hex color #D615AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D615AB is #29EA54. Grayscale: #5F5F5F. Windows color (decimal): -2746965 or 11212246. OLE color: 11212246.

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

Color convert

RGB 214 21 171 -
CMYK 0 0.90 0.20 0.16
HSL 313.37º 0.82% 0.46% -
HSV(B) 313.37º 0.9% 0.84% -
XYZ 35.35 17.77 40.1 -
YUV 95.81 170.44 212.3 -
System Red Green Blue C M Y K H S L
Decimal 214 21 171 0 0.90 0.20 0.16 313.37 0.82 0.46
Hex D6 15 AB 0 5A 14 10 139 52 2E
Octal 326 25 253 0 132 24 20 471 122 56
Binary 11010110 10101 10101011 0 1011010 10100 10000 100111001 1010010 101110

Color Harmonies of #D615AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D615AB

Black with #D615AB

Text Example


Text Example

White with #D615AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D615AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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