Html Css Color HEX #D795DD Plum

📋 copy color: '#D795DD'

red 215 ◦ green 149 ◦ blue 221

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

Shades of Plum #D795DD

Tints of Plum #D795DD

RGB

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

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

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

R = 36.75%
G = 25.47%
B = 37.78%

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

#D795DD (or 0xD795DD) is known color: Plum. HEX triplet: D7, 95 and DD. RGB value is (215,149,221). Sum of RGB (Red+Green+Blue) = 215+149+221=585 (77% of max value = 765). Red value is 215 (84.38% from 255 or 36.75% from 585); Green value is 149 (58.59% from 255 or 25.47% from 585); Blue value is 221 (86.72% from 255 or 37.78% from 585); Max value from RGB is 221 - color contains mainly: blue. Hex color #D795DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D795DD is #286A22. Grayscale: #B0B0B0. Windows color (decimal): -2648611 or 14521815. OLE color: 14521815.

HSL color Cylindrical-coordinate representation of color #D795DD: hue angle of 295º degrees, saturation: 0.51, 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 #D795DD is Cyan = 0.03, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 215 149 221 -
CMYK 0.03 0.33 0 0.13
HSL 295º 0.51% 0.73% -
HSV(B) 295º 0.33% 0.87% -
XYZ 51.82 41.16 73.62 -
YUV 176.94 152.87 155.15 -
System Red Green Blue C M Y K H S L
Decimal 215 149 221 0.03 0.33 0 0.13 295 0.51 0.73
Hex D7 95 DD 3 21 0 D 127 33 49
Octal 327 225 335 3 41 0 15 447 63 111
Binary 11010111 10010101 11011101 11 100001 0 1101 100100111 110011 1001001

Color Harmonies of #D795DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D795DD

Black with #D795DD

Text Example


Text Example

White with #D795DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D795DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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