Html Css Color HEX #D999CE Plum

📋 copy color: '#D999CE'

red 217 ◦ green 153 ◦ blue 206

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

Shades of Plum #D999CE

Tints of Plum #D999CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 35.76%

R = 37.67%
G = 26.56%
B = 35.76%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#D999CE (or 0xD999CE) is known color: Plum. HEX triplet: D9, 99 and CE. RGB value is (217,153,206). Sum of RGB (Red+Green+Blue) = 217+153+206=576 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.67% from 576); Green value is 153 (60.16% from 255 or 26.56% from 576); Blue value is 206 (80.86% from 255 or 35.76% from 576); Max value from RGB is 217 - color contains mainly: red. Hex color #D999CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D999CE is #266631. Grayscale: #B2B2B2. Windows color (decimal): -2516530 or 13539801. OLE color: 13539801.

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

Color convert

RGB 217 153 206 -
CMYK 0 0.29 0.05 0.15
HSL 310.31º 0.46% 0.73% -
HSV(B) 310.31º 0.29% 0.85% -
XYZ 51.15 41.99 63.8 -
YUV 178.18 143.7 155.69 -
System Red Green Blue C M Y K H S L
Decimal 217 153 206 0 0.29 0.05 0.15 310.31 0.46 0.73
Hex D9 99 CE 0 1D 5 F 136 2E 49
Octal 331 231 316 0 35 5 17 466 56 111
Binary 11011001 10011001 11001110 0 11101 101 1111 100110110 101110 1001001

Color Harmonies of #D999CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D999CE

Black with #D999CE

Text Example


Text Example

White with #D999CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D999CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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