Html Css Color HEX #D795DE Plum

📋 copy color: '#D795DE'

red 215 ◦ green 149 ◦ blue 222

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

Shades of Plum #D795DE

Tints of Plum #D795DE

RGB

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

 GREEN value IS 149 (58.59% from 255) = 25.43%

 BLUE value IS 222 (87.11% from 255) = 37.88%

R = 36.69%
G = 25.43%
B = 37.88%

CMYK

 C value IS 0.03

 M value IS 0.33

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D795DE (or 0xD795DE) is known color: Plum. HEX triplet: D7, 95 and DE. RGB value is (215,149,222). Sum of RGB (Red+Green+Blue) = 215+149+222=586 (77% of max value = 765). Red value is 215 (84.38% from 255 or 36.69% from 586); Green value is 149 (58.59% from 255 or 25.43% from 586); Blue value is 222 (87.11% from 255 or 37.88% from 586); Max value from RGB is 222 - color contains mainly: blue. Hex color #D795DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D795DE is #286A21. Grayscale: #B0B0B0. Windows color (decimal): -2648610 or 14587351. OLE color: 14587351.

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

Color convert

RGB 215 149 222 -
CMYK 0.03 0.33 0 0.13
HSL 294.25º 0.53% 0.73% -
HSV(B) 294.25º 0.33% 0.87% -
XYZ 51.96 41.22 74.32 -
YUV 177.06 153.37 155.06 -
System Red Green Blue C M Y K H S L
Decimal 215 149 222 0.03 0.33 0 0.13 294.25 0.53 0.73
Hex D7 95 DE 3 21 0 D 126 35 49
Octal 327 225 336 3 41 0 15 446 65 111
Binary 11010111 10010101 11011110 11 100001 0 1101 100100110 110101 1001001

Color Harmonies of #D795DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D795DE

Black with #D795DE

Text Example


Text Example

White with #D795DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D795DE; }

 p { color: rgb(215,149,222); }

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

background-color css

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

 a { background-color: rgb(215,149,222); }

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

border-color css

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

 span { border-color: rgb(215,149,222); }

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