Html Css Color HEX #D596D7 Plum

📋 copy color: '#D596D7'

red 213 ◦ green 150 ◦ blue 215

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

Shades of Plum #D596D7

Tints of Plum #D596D7

RGB

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

 GREEN value IS 150 (58.98% from 255) = 25.95%

 BLUE value IS 215 (84.38% from 255) = 37.2%

R = 36.85%
G = 25.95%
B = 37.2%

CMYK

 C value IS 0.01

 M value IS 0.30

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D596D7 (or 0xD596D7) is known color: Plum. HEX triplet: D5, 96 and D7. RGB value is (213,150,215). Sum of RGB (Red+Green+Blue) = 213+150+215=578 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.85% from 578); Green value is 150 (58.98% from 255 or 25.95% from 578); Blue value is 215 (84.38% from 255 or 37.20% from 578); Max value from RGB is 215 - color contains mainly: blue. Hex color #D596D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D596D7 is #2A6928. Grayscale: #B0B0B0. Windows color (decimal): -2779433 or 14128853. OLE color: 14128853.

HSL color Cylindrical-coordinate representation of color #D596D7: hue angle of 298.15º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D596D7 is Cyan = 0.01, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 150 215 -
CMYK 0.01 0.30 0 0.16
HSL 298.15º 0.45% 0.72% -
HSV(B) 298.15º 0.3% 0.84% -
XYZ 50.61 40.87 69.51 -
YUV 176.25 149.87 154.21 -
System Red Green Blue C M Y K H S L
Decimal 213 150 215 0.01 0.30 0 0.16 298.15 0.45 0.72
Hex D5 96 D7 1 1E 0 10 12A 2D 48
Octal 325 226 327 1 36 0 20 452 55 110
Binary 11010101 10010110 11010111 1 11110 0 10000 100101010 101101 1001000

Color Harmonies of #D596D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D596D7

Black with #D596D7

Text Example


Text Example

White with #D596D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D596D7; }

 p { color: rgb(213,150,215); }

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

background-color css

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

 a { background-color: rgb(213,150,215); }

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

border-color css

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

 span { border-color: rgb(213,150,215); }

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