Html Css Color HEX #D899DE Plum

📋 copy color: '#D899DE'

red 216 ◦ green 153 ◦ blue 222

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

Shades of Plum #D899DE

Tints of Plum #D899DE

RGB

 RED value IS 216 (84.77% from 255) = 36.55%

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

 BLUE value IS 222 (87.11% from 255) = 37.56%

R = 36.55%
G = 25.89%
B = 37.56%

CMYK

 C value IS 0.03

 M value IS 0.31

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D899DE (or 0xD899DE) is known color: Plum. HEX triplet: D8, 99 and DE. RGB value is (216,153,222). Sum of RGB (Red+Green+Blue) = 216+153+222=591 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.55% from 591); Green value is 153 (60.16% from 255 or 25.89% from 591); Blue value is 222 (87.11% from 255 or 37.56% from 591); Max value from RGB is 222 - color contains mainly: blue. Hex color #D899DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D899DE is #276621. Grayscale: #B3B3B3. Windows color (decimal): -2582050 or 14588376. OLE color: 14588376.

HSL color Cylindrical-coordinate representation of color #D899DE: hue angle of 294.78º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D899DE is Cyan = 0.03, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 216 153 222 -
CMYK 0.03 0.31 0 0.13
HSL 294.78º 0.51% 0.74% -
HSV(B) 294.78º 0.31% 0.87% -
XYZ 52.89 42.66 74.55 -
YUV 179.7 151.87 153.89 -
System Red Green Blue C M Y K H S L
Decimal 216 153 222 0.03 0.31 0 0.13 294.78 0.51 0.74
Hex D8 99 DE 3 1F 0 D 127 33 4A
Octal 330 231 336 3 37 0 15 447 63 112
Binary 11011000 10011001 11011110 11 11111 0 1101 100100111 110011 1001010

Color Harmonies of #D899DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D899DE

Black with #D899DE

Text Example


Text Example

White with #D899DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D899DE; }

 p { color: rgb(216,153,222); }

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

background-color css

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

 a { background-color: rgb(216,153,222); }

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

border-color css

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

 span { border-color: rgb(216,153,222); }

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