Html Css Color HEX #D799D2 Plum

📋 copy color: '#D799D2'

red 215 ◦ green 153 ◦ blue 210

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

Shades of Plum #D799D2

Tints of Plum #D799D2

RGB

 RED value IS 215 (84.38% from 255) = 37.2%

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

 BLUE value IS 210 (82.42% from 255) = 36.33%

R = 37.2%
G = 26.47%
B = 36.33%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.02

 K value IS 0.16

RGB Variations

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

Color information

#D799D2 (or 0xD799D2) is known color: Plum. HEX triplet: D7, 99 and D2. RGB value is (215,153,210). Sum of RGB (Red+Green+Blue) = 215+153+210=578 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.20% from 578); Green value is 153 (60.16% from 255 or 26.47% from 578); Blue value is 210 (82.42% from 255 or 36.33% from 578); Max value from RGB is 215 - color contains mainly: red. Hex color #D799D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D799D2 is #28662D. Grayscale: #B1B1B1. Windows color (decimal): -2647598 or 13801943. OLE color: 13801943.

HSL color Cylindrical-coordinate representation of color #D799D2: hue angle of 304.84º degrees, saturation: 0.44, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D799D2 is Cyan = 0, Magento = 0.29, Yellow = 0.02 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 153 210 -
CMYK 0 0.29 0.02 0.16
HSL 304.84º 0.44% 0.72% -
HSV(B) 304.84º 0.29% 0.84% -
XYZ 51.05 41.88 66.37 -
YUV 178.04 146.04 154.37 -
System Red Green Blue C M Y K H S L
Decimal 215 153 210 0 0.29 0.02 0.16 304.84 0.44 0.72
Hex D7 99 D2 0 1D 2 10 131 2C 48
Octal 327 231 322 0 35 2 20 461 54 110
Binary 11010111 10011001 11010010 0 11101 10 10000 100110001 101100 1001000

Color Harmonies of #D799D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D799D2

Black with #D799D2

Text Example


Text Example

White with #D799D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D799D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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