Html Css Color HEX #D899D7 Plum

📋 copy color: '#D899D7'

red 216 ◦ green 153 ◦ blue 215

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

Shades of Plum #D899D7

Tints of Plum #D899D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 36.82%

R = 36.99%
G = 26.2%
B = 36.82%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.00

 K value IS 0.15

RGB Variations

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

Color information

#D899D7 (or 0xD899D7) is known color: Plum. HEX triplet: D8, 99 and D7. RGB value is (216,153,215). Sum of RGB (Red+Green+Blue) = 216+153+215=584 (77% of max value = 765). Red value is 216 (84.77% from 255 or 36.99% from 584); Green value is 153 (60.16% from 255 or 26.20% from 584); Blue value is 215 (84.38% from 255 or 36.82% from 584); Max value from RGB is 216 - color contains mainly: red. Hex color #D899D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D899D7 is #276628. Grayscale: #B2B2B2. Windows color (decimal): -2582057 or 14129624. OLE color: 14129624.

HSL color Cylindrical-coordinate representation of color #D899D7: hue angle of 300.95º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D899D7 is Cyan = 0, Magento = 0.29, Yellow = 0.00 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 153 215 -
CMYK 0 0.29 0.00 0.15
HSL 300.95º 0.45% 0.72% -
HSV(B) 300.95º 0.29% 0.85% -
XYZ 51.98 42.29 69.71 -
YUV 178.91 148.37 154.46 -
System Red Green Blue C M Y K H S L
Decimal 216 153 215 0 0.29 0.00 0.15 300.95 0.45 0.72
Hex D8 99 D7 0 1D 0 F 12D 2D 48
Octal 330 231 327 0 35 0 17 455 55 110
Binary 11011000 10011001 11010111 0 11101 0 1111 100101101 101101 1001000

Color Harmonies of #D899D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D899D7

Black with #D899D7

Text Example


Text Example

White with #D899D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D899D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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