Html Css Color HEX #D799DD Plum

📋 copy color: '#D799DD'

red 215 ◦ green 153 ◦ blue 221

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

Shades of Plum #D799DD

Tints of Plum #D799DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 37.52%

R = 36.5%
G = 25.98%
B = 37.52%

CMYK

 C value IS 0.03

 M value IS 0.31

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D799DD (or 0xD799DD) is known color: Plum. HEX triplet: D7, 99 and DD. RGB value is (215,153,221). Sum of RGB (Red+Green+Blue) = 215+153+221=589 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.50% from 589); Green value is 153 (60.16% from 255 or 25.98% from 589); Blue value is 221 (86.72% from 255 or 37.52% from 589); Max value from RGB is 221 - color contains mainly: blue. Hex color #D799DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D799DD is #286622. Grayscale: #B3B3B3. Windows color (decimal): -2647587 or 14522839. OLE color: 14522839.

HSL color Cylindrical-coordinate representation of color #D799DD: hue angle of 294.71º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D799DD is Cyan = 0.03, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 215 153 221 -
CMYK 0.03 0.31 0 0.13
HSL 294.71º 0.5% 0.73% -
HSV(B) 294.71º 0.31% 0.87% -
XYZ 52.47 42.45 73.83 -
YUV 179.29 151.54 153.47 -
System Red Green Blue C M Y K H S L
Decimal 215 153 221 0.03 0.31 0 0.13 294.71 0.5 0.73
Hex D7 99 DD 3 1F 0 D 127 32 49
Octal 327 231 335 3 37 0 15 447 62 111
Binary 11010111 10011001 11011101 11 11111 0 1101 100100111 110010 1001001

Color Harmonies of #D799DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D799DD

Black with #D799DD

Text Example


Text Example

White with #D799DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D799DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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