Html Css Color HEX #D999CD Plum

📋 copy color: '#D999CD'

red 217 ◦ green 153 ◦ blue 205

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

Shades of Plum #D999CD

Tints of Plum #D999CD

RGB

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

 GREEN value IS 153 (60.16% from 255) = 26.61%

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

R = 37.74%
G = 26.61%
B = 35.65%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#D999CD (or 0xD999CD) is known color: Plum. HEX triplet: D9, 99 and CD. RGB value is (217,153,205). Sum of RGB (Red+Green+Blue) = 217+153+205=575 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.74% from 575); Green value is 153 (60.16% from 255 or 26.61% from 575); Blue value is 205 (80.47% from 255 or 35.65% from 575); Max value from RGB is 217 - color contains mainly: red. Hex color #D999CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D999CD is #266632. Grayscale: #B1B1B1. Windows color (decimal): -2516531 or 13474265. OLE color: 13474265.

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

Color convert

RGB 217 153 205 -
CMYK 0 0.29 0.06 0.15
HSL 311.25º 0.46% 0.73% -
HSV(B) 311.25º 0.29% 0.85% -
XYZ 51.03 41.94 63.16 -
YUV 178.06 143.2 155.77 -
System Red Green Blue C M Y K H S L
Decimal 217 153 205 0 0.29 0.06 0.15 311.25 0.46 0.73
Hex D9 99 CD 0 1D 6 F 137 2E 49
Octal 331 231 315 0 35 6 17 467 56 111
Binary 11011001 10011001 11001101 0 11101 110 1111 100110111 101110 1001001

Color Harmonies of #D999CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D999CD

Black with #D999CD

Text Example


Text Example

White with #D999CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D999CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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