Html Css Color HEX #D799DA Plum

📋 copy color: '#D799DA'

red 215 ◦ green 153 ◦ blue 218

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

Shades of Plum #D799DA

Tints of Plum #D799DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 37.2%

R = 36.69%
G = 26.11%
B = 37.2%

CMYK

 C value IS 0.01

 M value IS 0.30

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D799DA (or 0xD799DA) is known color: Plum. HEX triplet: D7, 99 and DA. RGB value is (215,153,218). Sum of RGB (Red+Green+Blue) = 215+153+218=586 (77% of max value = 765). Red value is 215 (84.38% from 255 or 36.69% from 586); Green value is 153 (60.16% from 255 or 26.11% from 586); Blue value is 218 (85.55% from 255 or 37.20% from 586); Max value from RGB is 218 - color contains mainly: blue. Hex color #D799DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D799DA is #286625. Grayscale: #B2B2B2. Windows color (decimal): -2647590 or 14326231. OLE color: 14326231.

HSL color Cylindrical-coordinate representation of color #D799DA: hue angle of 297.23º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D799DA is Cyan = 0.01, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 215 153 218 -
CMYK 0.01 0.30 0 0.15
HSL 297.23º 0.47% 0.73% -
HSV(B) 297.23º 0.3% 0.85% -
XYZ 52.07 42.29 71.75 -
YUV 178.95 150.04 153.71 -
System Red Green Blue C M Y K H S L
Decimal 215 153 218 0.01 0.30 0 0.15 297.23 0.47 0.73
Hex D7 99 DA 1 1E 0 F 129 2F 49
Octal 327 231 332 1 36 0 17 451 57 111
Binary 11010111 10011001 11011010 1 11110 0 1111 100101001 101111 1001001

Color Harmonies of #D799DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D799DA

Black with #D799DA

Text Example


Text Example

White with #D799DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D799DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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