Html Css Color HEX #D815AB Hollywood Cerise

📋 copy color: '#D815AB'

red 216 ◦ green 21 ◦ blue 171

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

Shades of Hollywood Cerise #D815AB

Tints of Hollywood Cerise #D815AB

RGB

 RED value IS 216 (84.77% from 255) = 52.94%

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

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

R = 52.94%
G = 5.15%
B = 41.91%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.21

 K value IS 0.15

RGB Variations

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

Color information

#D815AB (or 0xD815AB) is known color: Hollywood Cerise. HEX triplet: D8, 15 and AB. RGB value is (216,21,171). Sum of RGB (Red+Green+Blue) = 216+21+171=408 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.94% from 408); Green value is 21 (8.59% from 255 or 5.15% from 408); Blue value is 171 (67.19% from 255 or 41.91% from 408); Max value from RGB is 216 - color contains mainly: red. Hex color #D815AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D815AB is #27EA54. Grayscale: #606060. Windows color (decimal): -2615893 or 11212248. OLE color: 11212248.

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

Color convert

RGB 216 21 171 -
CMYK 0 0.90 0.21 0.15
HSL 313.85º 0.82% 0.46% -
HSV(B) 313.85º 0.9% 0.85% -
XYZ 35.94 18.08 40.12 -
YUV 96.41 170.1 213.3 -
System Red Green Blue C M Y K H S L
Decimal 216 21 171 0 0.90 0.21 0.15 313.85 0.82 0.46
Hex D8 15 AB 0 5A 15 F 13A 52 2E
Octal 330 25 253 0 132 25 17 472 122 56
Binary 11011000 10101 10101011 0 1011010 10101 1111 100111010 1010010 101110

Color Harmonies of #D815AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D815AB

Black with #D815AB

Text Example


Text Example

White with #D815AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D815AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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