Html Css Color HEX #D991CB Plum

📋 copy color: '#D991CB'

red 217 ◦ green 145 ◦ blue 203

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

Shades of Plum #D991CB

Tints of Plum #D991CB

RGB

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

 GREEN value IS 145 (57.03% from 255) = 25.66%

 BLUE value IS 203 (79.69% from 255) = 35.93%

R = 38.41%
G = 25.66%
B = 35.93%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#D991CB (or 0xD991CB) is known color: Plum. HEX triplet: D9, 91 and CB. RGB value is (217,145,203). Sum of RGB (Red+Green+Blue) = 217+145+203=565 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.41% from 565); Green value is 145 (57.03% from 255 or 25.66% from 565); Blue value is 203 (79.69% from 255 or 35.93% from 565); Max value from RGB is 217 - color contains mainly: red. Hex color #D991CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D991CB is #266E34. Grayscale: #ACACAC. Windows color (decimal): -2518581 or 13341145. OLE color: 13341145.

HSL color Cylindrical-coordinate representation of color #D991CB: hue angle of 311.67º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D991CB is Cyan = 0, Magento = 0.33, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 145 203 -
CMYK 0 0.33 0.06 0.15
HSL 311.67º 0.49% 0.71% -
HSV(B) 311.67º 0.33% 0.85% -
XYZ 49.52 39.31 61.48 -
YUV 173.14 144.85 159.28 -
System Red Green Blue C M Y K H S L
Decimal 217 145 203 0 0.33 0.06 0.15 311.67 0.49 0.71
Hex D9 91 CB 0 21 6 F 138 31 47
Octal 331 221 313 0 41 6 17 470 61 107
Binary 11011001 10010001 11001011 0 100001 110 1111 100111000 110001 1000111

Color Harmonies of #D991CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D991CB

Black with #D991CB

Text Example


Text Example

White with #D991CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D991CB; }

 p { color: rgb(217,145,203); }

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

background-color css

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

 a { background-color: rgb(217,145,203); }

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

border-color css

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

 span { border-color: rgb(217,145,203); }

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