Html Css Color HEX #D799DF Plum

📋 copy color: '#D799DF'

red 215 ◦ green 153 ◦ blue 223

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

Shades of Plum #D799DF

Tints of Plum #D799DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 37.73%

R = 36.38%
G = 25.89%
B = 37.73%

CMYK

 C value IS 0.04

 M value IS 0.31

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D799DF (or 0xD799DF) is known color: Plum. HEX triplet: D7, 99 and DF. RGB value is (215,153,223). Sum of RGB (Red+Green+Blue) = 215+153+223=591 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.38% from 591); Green value is 153 (60.16% from 255 or 25.89% from 591); Blue value is 223 (87.5% from 255 or 37.73% from 591); Max value from RGB is 223 - color contains mainly: blue. Hex color #D799DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D799DF is #286620. Grayscale: #B3B3B3. Windows color (decimal): -2647585 or 14653911. OLE color: 14653911.

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

Color convert

RGB 215 153 223 -
CMYK 0.04 0.31 0 0.13
HSL 293.14º 0.52% 0.74% -
HSV(B) 293.14º 0.31% 0.87% -
XYZ 52.73 42.56 75.25 -
YUV 179.52 152.54 153.31 -
System Red Green Blue C M Y K H S L
Decimal 215 153 223 0.04 0.31 0 0.13 293.14 0.52 0.74
Hex D7 99 DF 4 1F 0 D 125 34 4A
Octal 327 231 337 4 37 0 15 445 64 112
Binary 11010111 10011001 11011111 100 11111 0 1101 100100101 110100 1001010

Color Harmonies of #D799DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D799DF

Black with #D799DF

Text Example


Text Example

White with #D799DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D799DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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