Html Css Color HEX #D799D1 Plum

📋 copy color: '#D799D1'

red 215 ◦ green 153 ◦ blue 209

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

Shades of Plum #D799D1

Tints of Plum #D799D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 36.22%

R = 37.26%
G = 26.52%
B = 36.22%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#D799D1 (or 0xD799D1) is known color: Plum. HEX triplet: D7, 99 and D1. RGB value is (215,153,209). Sum of RGB (Red+Green+Blue) = 215+153+209=577 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.26% from 577); Green value is 153 (60.16% from 255 or 26.52% from 577); Blue value is 209 (82.03% from 255 or 36.22% from 577); Max value from RGB is 215 - color contains mainly: red. Hex color #D799D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D799D1 is #28662E. Grayscale: #B1B1B1. Windows color (decimal): -2647599 or 13736407. OLE color: 13736407.

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

Color convert

RGB 215 153 209 -
CMYK 0 0.29 0.03 0.16
HSL 305.81º 0.44% 0.72% -
HSV(B) 305.81º 0.29% 0.84% -
XYZ 50.92 41.83 65.71 -
YUV 177.92 145.54 154.45 -
System Red Green Blue C M Y K H S L
Decimal 215 153 209 0 0.29 0.03 0.16 305.81 0.44 0.72
Hex D7 99 D1 0 1D 3 10 132 2C 48
Octal 327 231 321 0 35 3 20 462 54 110
Binary 11010111 10011001 11010001 0 11101 11 10000 100110010 101100 1001000

Color Harmonies of #D799D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D799D1

Black with #D799D1

Text Example


Text Example

White with #D799D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D799D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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