Html Css Color HEX #D597E0 Plum

📋 copy color: '#D597E0'

red 213 ◦ green 151 ◦ blue 224

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

Shades of Plum #D597E0

Tints of Plum #D597E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 38.1%

R = 36.22%
G = 25.68%
B = 38.1%

CMYK

 C value IS 0.05

 M value IS 0.33

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D597E0 (or 0xD597E0) is known color: Plum. HEX triplet: D5, 97 and E0. RGB value is (213,151,224). Sum of RGB (Red+Green+Blue) = 213+151+224=588 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.22% from 588); Green value is 151 (59.38% from 255 or 25.68% from 588); Blue value is 224 (87.89% from 255 or 38.10% from 588); Max value from RGB is 224 - color contains mainly: blue. Hex color #D597E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D597E0 is #2A681F. Grayscale: #B1B1B1. Windows color (decimal): -2779168 or 14718933. OLE color: 14718933.

HSL color Cylindrical-coordinate representation of color #D597E0: hue angle of 290.96º degrees, saturation: 0.54, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D597E0 is Cyan = 0.05, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 213 151 224 -
CMYK 0.05 0.33 0 0.12
HSL 290.96º 0.54% 0.74% -
HSV(B) 290.96º 0.33% 0.88% -
XYZ 51.96 41.66 75.82 -
YUV 177.86 154.04 153.06 -
System Red Green Blue C M Y K H S L
Decimal 213 151 224 0.05 0.33 0 0.12 290.96 0.54 0.74
Hex D5 97 E0 5 21 0 C 123 36 4A
Octal 325 227 340 5 41 0 14 443 66 112
Binary 11010101 10010111 11100000 101 100001 0 1100 100100011 110110 1001010

Color Harmonies of #D597E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D597E0

Black with #D597E0

Text Example


Text Example

White with #D597E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D597E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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