Html Css Color HEX #D991CD Plum

📋 copy color: '#D991CD'

red 217 ◦ green 145 ◦ blue 205

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

Shades of Plum #D991CD

Tints of Plum #D991CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 36.16%

R = 38.27%
G = 25.57%
B = 36.16%

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

#D991CD (or 0xD991CD) is known color: Plum. HEX triplet: D9, 91 and CD. RGB value is (217,145,205). Sum of RGB (Red+Green+Blue) = 217+145+205=567 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.27% from 567); Green value is 145 (57.03% from 255 or 25.57% from 567); Blue value is 205 (80.47% from 255 or 36.16% from 567); Max value from RGB is 217 - color contains mainly: red. Hex color #D991CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D991CD is #266E32. Grayscale: #ADADAD. Windows color (decimal): -2518579 or 13472217. OLE color: 13472217.

HSL color Cylindrical-coordinate representation of color #D991CD: hue angle of 310º 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 #D991CD is Cyan = 0, Magento = 0.33, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 145 205 -
CMYK 0 0.33 0.06 0.15
HSL 310º 0.49% 0.71% -
HSV(B) 310º 0.33% 0.85% -
XYZ 49.76 39.41 62.74 -
YUV 173.37 145.85 159.12 -
System Red Green Blue C M Y K H S L
Decimal 217 145 205 0 0.33 0.06 0.15 310 0.49 0.71
Hex D9 91 CD 0 21 6 F 136 31 47
Octal 331 221 315 0 41 6 17 466 61 107
Binary 11011001 10010001 11001101 0 100001 110 1111 100110110 110001 1000111

Color Harmonies of #D991CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D991CD

Black with #D991CD

Text Example


Text Example

White with #D991CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D991CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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