Html Css Color HEX #D999D5 Plum

📋 copy color: '#D999D5'

red 217 ◦ green 153 ◦ blue 213

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

Shades of Plum #D999D5

Tints of Plum #D999D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 36.54%

R = 37.22%
G = 26.24%
B = 36.54%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.02

 K value IS 0.15

RGB Variations

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

Color information

#D999D5 (or 0xD999D5) is known color: Plum. HEX triplet: D9, 99 and D5. RGB value is (217,153,213). Sum of RGB (Red+Green+Blue) = 217+153+213=583 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.22% from 583); Green value is 153 (60.16% from 255 or 26.24% from 583); Blue value is 213 (83.59% from 255 or 36.54% from 583); Max value from RGB is 217 - color contains mainly: red. Hex color #D999D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D999D5 is #26662A. Grayscale: #B2B2B2. Windows color (decimal): -2516523 or 13998553. OLE color: 13998553.

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

Color convert

RGB 217 153 213 -
CMYK 0 0.29 0.02 0.15
HSL 303.75º 0.46% 0.73% -
HSV(B) 303.75º 0.29% 0.85% -
XYZ 52.02 42.34 68.38 -
YUV 178.98 147.2 155.12 -
System Red Green Blue C M Y K H S L
Decimal 217 153 213 0 0.29 0.02 0.15 303.75 0.46 0.73
Hex D9 99 D5 0 1D 2 F 130 2E 49
Octal 331 231 325 0 35 2 17 460 56 111
Binary 11011001 10011001 11010101 0 11101 10 1111 100110000 101110 1001001

Color Harmonies of #D999D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D999D5

Black with #D999D5

Text Example


Text Example

White with #D999D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D999D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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