Html Css Color HEX #D899D0 Plum

📋 copy color: '#D899D0'

red 216 ◦ green 153 ◦ blue 208

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

Shades of Plum #D899D0

Tints of Plum #D899D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 36.05%

R = 37.44%
G = 26.52%
B = 36.05%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.04

 K value IS 0.15

RGB Variations

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

Color information

#D899D0 (or 0xD899D0) is known color: Plum. HEX triplet: D8, 99 and D0. RGB value is (216,153,208). Sum of RGB (Red+Green+Blue) = 216+153+208=577 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.44% from 577); Green value is 153 (60.16% from 255 or 26.52% from 577); Blue value is 208 (81.64% from 255 or 36.05% from 577); Max value from RGB is 216 - color contains mainly: red. Hex color #D899D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D899D0 is #27662F. Grayscale: #B1B1B1. Windows color (decimal): -2582064 or 13670872. OLE color: 13670872.

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

Color convert

RGB 216 153 208 -
CMYK 0 0.29 0.04 0.15
HSL 307.62º 0.45% 0.72% -
HSV(B) 307.62º 0.29% 0.85% -
XYZ 51.1 41.94 65.08 -
YUV 178.11 144.87 155.03 -
System Red Green Blue C M Y K H S L
Decimal 216 153 208 0 0.29 0.04 0.15 307.62 0.45 0.72
Hex D8 99 D0 0 1D 4 F 134 2D 48
Octal 330 231 320 0 35 4 17 464 55 110
Binary 11011000 10011001 11010000 0 11101 100 1111 100110100 101101 1001000

Color Harmonies of #D899D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D899D0

Black with #D899D0

Text Example


Text Example

White with #D899D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D899D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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