Html Css Color HEX #D99ED4 Plum

📋 copy color: '#D99ED4'

red 217 ◦ green 158 ◦ blue 212

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

Shades of Plum #D99ED4

Tints of Plum #D99ED4

RGB

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

 GREEN value IS 158 (62.11% from 255) = 26.92%

 BLUE value IS 212 (83.2% from 255) = 36.12%

R = 36.97%
G = 26.92%
B = 36.12%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.02

 K value IS 0.15

RGB Variations

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

Color information

#D99ED4 (or 0xD99ED4) is known color: Plum. HEX triplet: D9, 9E and D4. RGB value is (217,158,212). Sum of RGB (Red+Green+Blue) = 217+158+212=587 (77% of max value = 765). Red value is 217 (85.16% from 255 or 36.97% from 587); Green value is 158 (62.11% from 255 or 26.92% from 587); Blue value is 212 (83.20% from 255 or 36.12% from 587); Max value from RGB is 217 - color contains mainly: red. Hex color #D99ED4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D99ED4 is #26612B. Grayscale: #B5B5B5. Windows color (decimal): -2515244 or 13934297. OLE color: 13934297.

HSL color Cylindrical-coordinate representation of color #D99ED4: hue angle of 305.08º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D99ED4 is Cyan = 0, Magento = 0.27, Yellow = 0.02 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 158 212 -
CMYK 0 0.27 0.02 0.15
HSL 305.08º 0.44% 0.74% -
HSV(B) 305.08º 0.27% 0.85% -
XYZ 52.73 43.96 67.99 -
YUV 181.8 145.05 153.11 -
System Red Green Blue C M Y K H S L
Decimal 217 158 212 0 0.27 0.02 0.15 305.08 0.44 0.74
Hex D9 9E D4 0 1B 2 F 131 2C 4A
Octal 331 236 324 0 33 2 17 461 54 112
Binary 11011001 10011110 11010100 0 11011 10 1111 100110001 101100 1001010

Color Harmonies of #D99ED4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99ED4

Black with #D99ED4

Text Example


Text Example

White with #D99ED4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99ED4; }

 p { color: rgb(217,158,212); }

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

background-color css

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

 a { background-color: rgb(217,158,212); }

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

border-color css

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

 span { border-color: rgb(217,158,212); }

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