Html Css Color HEX #D595DC Plum

📋 copy color: '#D595DC'

red 213 ◦ green 149 ◦ blue 220

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

Shades of Plum #D595DC

Tints of Plum #D595DC

RGB

 RED value IS 213 (83.59% from 255) = 36.6%

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

 BLUE value IS 220 (86.33% from 255) = 37.8%

R = 36.6%
G = 25.6%
B = 37.8%

CMYK

 C value IS 0.03

 M value IS 0.32

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D595DC (or 0xD595DC) is known color: Plum. HEX triplet: D5, 95 and DC. RGB value is (213,149,220). Sum of RGB (Red+Green+Blue) = 213+149+220=582 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.60% from 582); Green value is 149 (58.59% from 255 or 25.60% from 582); Blue value is 220 (86.33% from 255 or 37.80% from 582); Max value from RGB is 220 - color contains mainly: blue. Hex color #D595DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D595DC is #2A6A23. Grayscale: #B0B0B0. Windows color (decimal): -2779684 or 14456277. OLE color: 14456277.

HSL color Cylindrical-coordinate representation of color #D595DC: hue angle of 294.08º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D595DC is Cyan = 0.03, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 213 149 220 -
CMYK 0.03 0.32 0 0.14
HSL 294.08º 0.5% 0.72% -
HSV(B) 294.08º 0.32% 0.86% -
XYZ 51.11 40.81 72.89 -
YUV 176.23 152.7 154.23 -
System Red Green Blue C M Y K H S L
Decimal 213 149 220 0.03 0.32 0 0.14 294.08 0.5 0.72
Hex D5 95 DC 3 20 0 E 126 32 48
Octal 325 225 334 3 40 0 16 446 62 110
Binary 11010101 10010101 11011100 11 100000 0 1110 100100110 110010 1001000

Color Harmonies of #D595DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D595DC

Black with #D595DC

Text Example


Text Example

White with #D595DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D595DC; }

 p { color: rgb(213,149,220); }

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

background-color css

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

 a { background-color: rgb(213,149,220); }

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

border-color css

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

 span { border-color: rgb(213,149,220); }

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