Html Css Color HEX #D913B1 Hollywood Cerise

📋 copy color: '#D913B1'

red 217 ◦ green 19 ◦ blue 177

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

Shades of Hollywood Cerise #D913B1

Tints of Hollywood Cerise #D913B1

RGB

 RED value IS 217 (85.16% from 255) = 52.54%

 GREEN value IS 19 (7.81% from 255) = 4.6%

 BLUE value IS 177 (69.53% from 255) = 42.86%

R = 52.54%
G = 4.6%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.18

 K value IS 0.15

RGB Variations

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

Color information

#D913B1 (or 0xD913B1) is known color: Hollywood Cerise. HEX triplet: D9, 13 and B1. RGB value is (217,19,177). Sum of RGB (Red+Green+Blue) = 217+19+177=413 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.54% from 413); Green value is 19 (7.81% from 255 or 4.60% from 413); Blue value is 177 (69.53% from 255 or 42.86% from 413); Max value from RGB is 217 - color contains mainly: red. Hex color #D913B1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D913B1 is #26EC4E. Grayscale: #5F5F5F. Windows color (decimal): -2550863 or 11604953. OLE color: 11604953.

HSL color Cylindrical-coordinate representation of color #D913B1: hue angle of 312.12º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D913B1 is Cyan = 0, Magento = 0.91, Yellow = 0.18 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 19 177 -
CMYK 0 0.91 0.18 0.15
HSL 312.12º 0.84% 0.46% -
HSV(B) 312.12º 0.91% 0.85% -
XYZ 36.78 18.39 43.21 -
YUV 96.21 173.6 214.15 -
System Red Green Blue C M Y K H S L
Decimal 217 19 177 0 0.91 0.18 0.15 312.12 0.84 0.46
Hex D9 13 B1 0 5B 12 F 138 54 2E
Octal 331 23 261 0 133 22 17 470 124 56
Binary 11011001 10011 10110001 0 1011011 10010 1111 100111000 1010100 101110

Color Harmonies of #D913B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D913B1

Black with #D913B1

Text Example


Text Example

White with #D913B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D913B1; }

 p { color: rgb(217,19,177); }

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

background-color css

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

 a { background-color: rgb(217,19,177); }

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

border-color css

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

 span { border-color: rgb(217,19,177); }

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