Html Css Color HEX #D999E7 Plum

📋 copy color: '#D999E7'

red 217 ◦ green 153 ◦ blue 231

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

Shades of Plum #D999E7

Tints of Plum #D999E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 38.44%

R = 36.11%
G = 25.46%
B = 38.44%

CMYK

 C value IS 0.06

 M value IS 0.34

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#D999E7 (or 0xD999E7) is known color: Plum. HEX triplet: D9, 99 and E7. RGB value is (217,153,231). Sum of RGB (Red+Green+Blue) = 217+153+231=601 (79% of max value = 765). Red value is 217 (85.16% from 255 or 36.11% from 601); Green value is 153 (60.16% from 255 or 25.46% from 601); Blue value is 231 (90.62% from 255 or 38.44% from 601); Max value from RGB is 231 - color contains mainly: blue. Hex color #D999E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D999E7 is #266618. Grayscale: #B4B4B4. Windows color (decimal): -2516505 or 15178201. OLE color: 15178201.

HSL color Cylindrical-coordinate representation of color #D999E7: hue angle of 289.23º degrees, saturation: 0.62, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D999E7 is Cyan = 0.06, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 217 153 231 -
CMYK 0.06 0.34 0 0.09
HSL 289.23º 0.62% 0.75% -
HSV(B) 289.23º 0.34% 0.91% -
XYZ 54.43 43.3 81.09 -
YUV 181.03 156.2 153.66 -
System Red Green Blue C M Y K H S L
Decimal 217 153 231 0.06 0.34 0 0.09 289.23 0.62 0.75
Hex D9 99 E7 6 22 0 9 121 3E 4B
Octal 331 231 347 6 42 0 11 441 76 113
Binary 11011001 10011001 11100111 110 100010 0 1001 100100001 111110 1001011

Color Harmonies of #D999E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D999E7

Black with #D999E7

Text Example


Text Example

White with #D999E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D999E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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