Html Css Color HEX #D799D3 Plum

📋 copy color: '#D799D3'

red 215 ◦ green 153 ◦ blue 211

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

Shades of Plum #D799D3

Tints of Plum #D799D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 36.44%

R = 37.13%
G = 26.42%
B = 36.44%

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

#D799D3 (or 0xD799D3) is known color: Plum. HEX triplet: D7, 99 and D3. RGB value is (215,153,211). Sum of RGB (Red+Green+Blue) = 215+153+211=579 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.13% from 579); Green value is 153 (60.16% from 255 or 26.42% from 579); Blue value is 211 (82.81% from 255 or 36.44% from 579); Max value from RGB is 215 - color contains mainly: red. Hex color #D799D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D799D3 is #28662C. Grayscale: #B1B1B1. Windows color (decimal): -2647597 or 13867479. OLE color: 13867479.

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

Color convert

RGB 215 153 211 -
CMYK 0 0.29 0.02 0.16
HSL 303.87º 0.44% 0.72% -
HSV(B) 303.87º 0.29% 0.84% -
XYZ 51.17 41.93 67.02 -
YUV 178.15 146.54 154.28 -
System Red Green Blue C M Y K H S L
Decimal 215 153 211 0 0.29 0.02 0.16 303.87 0.44 0.72
Hex D7 99 D3 0 1D 2 10 130 2C 48
Octal 327 231 323 0 35 2 20 460 54 110
Binary 11010111 10011001 11010011 0 11101 10 10000 100110000 101100 1001000

Color Harmonies of #D799D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D799D3

Black with #D799D3

Text Example


Text Example

White with #D799D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D799D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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