Html Css Color HEX #D597D9 Plum

📋 copy color: '#D597D9'

red 213 ◦ green 151 ◦ blue 217

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

Shades of Plum #D597D9

Tints of Plum #D597D9

RGB

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

 GREEN value IS 151 (59.38% from 255) = 25.99%

 BLUE value IS 217 (85.16% from 255) = 37.35%

R = 36.66%
G = 25.99%
B = 37.35%

CMYK

 C value IS 0.02

 M value IS 0.30

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D597D9 (or 0xD597D9) is known color: Plum. HEX triplet: D5, 97 and D9. RGB value is (213,151,217). Sum of RGB (Red+Green+Blue) = 213+151+217=581 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.66% from 581); Green value is 151 (59.38% from 255 or 25.99% from 581); Blue value is 217 (85.16% from 255 or 37.35% from 581); Max value from RGB is 217 - color contains mainly: blue. Hex color #D597D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D597D9 is #2A6826. Grayscale: #B0B0B0. Windows color (decimal): -2779175 or 14260181. OLE color: 14260181.

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

Color convert

RGB 213 151 217 -
CMYK 0.02 0.30 0 0.15
HSL 296.36º 0.46% 0.72% -
HSV(B) 296.36º 0.3% 0.85% -
XYZ 51.03 41.29 70.93 -
YUV 177.06 150.54 153.63 -
System Red Green Blue C M Y K H S L
Decimal 213 151 217 0.02 0.30 0 0.15 296.36 0.46 0.72
Hex D5 97 D9 2 1E 0 F 128 2E 48
Octal 325 227 331 2 36 0 17 450 56 110
Binary 11010101 10010111 11011001 10 11110 0 1111 100101000 101110 1001000

Color Harmonies of #D597D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D597D9

Black with #D597D9

Text Example


Text Example

White with #D597D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D597D9; }

 p { color: rgb(213,151,217); }

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

background-color css

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

 a { background-color: rgb(213,151,217); }

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

border-color css

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

 span { border-color: rgb(213,151,217); }

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