Html Css Color HEX #D899CE Plum

📋 copy color: '#D899CE'

red 216 ◦ green 153 ◦ blue 206

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

Shades of Plum #D899CE

Tints of Plum #D899CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 35.83%

R = 37.57%
G = 26.61%
B = 35.83%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#D899CE (or 0xD899CE) is known color: Plum. HEX triplet: D8, 99 and CE. RGB value is (216,153,206). Sum of RGB (Red+Green+Blue) = 216+153+206=575 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.57% from 575); Green value is 153 (60.16% from 255 or 26.61% from 575); Blue value is 206 (80.86% from 255 or 35.83% from 575); Max value from RGB is 216 - color contains mainly: red. Hex color #D899CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D899CE is #276631. Grayscale: #B1B1B1. Windows color (decimal): -2582066 or 13539800. OLE color: 13539800.

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

Color convert

RGB 216 153 206 -
CMYK 0 0.29 0.05 0.15
HSL 309.52º 0.45% 0.72% -
HSV(B) 309.52º 0.29% 0.85% -
XYZ 50.85 41.84 63.79 -
YUV 177.88 143.87 155.19 -
System Red Green Blue C M Y K H S L
Decimal 216 153 206 0 0.29 0.05 0.15 309.52 0.45 0.72
Hex D8 99 CE 0 1D 5 F 136 2D 48
Octal 330 231 316 0 35 5 17 466 55 110
Binary 11011000 10011001 11001110 0 11101 101 1111 100110110 101101 1001000

Color Harmonies of #D899CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D899CE

Black with #D899CE

Text Example


Text Example

White with #D899CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D899CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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