Html Css Color HEX #D597E1 Plum

📋 copy color: '#D597E1'

red 213 ◦ green 151 ◦ blue 225

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

Shades of Plum #D597E1

Tints of Plum #D597E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 38.2%

R = 36.16%
G = 25.64%
B = 38.2%

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

#D597E1 (or 0xD597E1) is known color: Plum. HEX triplet: D5, 97 and E1. RGB value is (213,151,225). Sum of RGB (Red+Green+Blue) = 213+151+225=589 (78% of max value = 765). Red value is 213 (83.59% from 255 or 36.16% from 589); Green value is 151 (59.38% from 255 or 25.64% from 589); Blue value is 225 (88.28% from 255 or 38.20% from 589); Max value from RGB is 225 - color contains mainly: blue. Hex color #D597E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D597E1 is #2A681E. Grayscale: #B1B1B1. Windows color (decimal): -2779167 or 14784469. OLE color: 14784469.

HSL color Cylindrical-coordinate representation of color #D597E1: hue angle of 290.27º degrees, saturation: 0.55, 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 #D597E1 is Cyan = 0.05, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 213 151 225 -
CMYK 0.05 0.33 0 0.12
HSL 290.27º 0.55% 0.74% -
HSV(B) 290.27º 0.33% 0.88% -
XYZ 52.1 41.72 76.54 -
YUV 177.97 154.54 152.98 -
System Red Green Blue C M Y K H S L
Decimal 213 151 225 0.05 0.33 0 0.12 290.27 0.55 0.74
Hex D5 97 E1 5 21 0 C 122 37 4A
Octal 325 227 341 5 41 0 14 442 67 112
Binary 11010101 10010111 11100001 101 100001 0 1100 100100010 110111 1001010

Color Harmonies of #D597E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D597E1

Black with #D597E1

Text Example


Text Example

White with #D597E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D597E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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