Html Css Color HEX #D795D8 Plum

📋 copy color: '#D795D8'

red 215 ◦ green 149 ◦ blue 216

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

Shades of Plum #D795D8

Tints of Plum #D795D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 37.24%

R = 37.07%
G = 25.69%
B = 37.24%

CMYK

 C value IS 0.00

 M value IS 0.31

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D795D8 (or 0xD795D8) is known color: Plum. HEX triplet: D7, 95 and D8. RGB value is (215,149,216). Sum of RGB (Red+Green+Blue) = 215+149+216=580 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.07% from 580); Green value is 149 (58.59% from 255 or 25.69% from 580); Blue value is 216 (84.77% from 255 or 37.24% from 580); Max value from RGB is 216 - color contains mainly: blue. Hex color #D795D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D795D8 is #286A27. Grayscale: #B0B0B0. Windows color (decimal): -2648616 or 14194135. OLE color: 14194135.

HSL color Cylindrical-coordinate representation of color #D795D8: hue angle of 299.1º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D795D8 is Cyan = 0.00, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 215 149 216 -
CMYK 0.00 0.31 0 0.15
HSL 299.1º 0.46% 0.72% -
HSV(B) 299.1º 0.31% 0.85% -
XYZ 51.17 40.9 70.16 -
YUV 176.37 150.37 155.55 -
System Red Green Blue C M Y K H S L
Decimal 215 149 216 0.00 0.31 0 0.15 299.1 0.46 0.72
Hex D7 95 D8 0 1F 0 F 12B 2E 48
Octal 327 225 330 0 37 0 17 453 56 110
Binary 11010111 10010101 11011000 0 11111 0 1111 100101011 101110 1001000

Color Harmonies of #D795D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D795D8

Black with #D795D8

Text Example


Text Example

White with #D795D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D795D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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