Html Css Color HEX #D597DA Plum

📋 copy color: '#D597DA'

red 213 ◦ green 151 ◦ blue 218

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

Shades of Plum #D597DA

Tints of Plum #D597DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 37.46%

R = 36.6%
G = 25.95%
B = 37.46%

CMYK

 C value IS 0.02

 M value IS 0.31

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D597DA (or 0xD597DA) is known color: Plum. HEX triplet: D5, 97 and DA. RGB value is (213,151,218). Sum of RGB (Red+Green+Blue) = 213+151+218=582 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.60% from 582); Green value is 151 (59.38% from 255 or 25.95% from 582); Blue value is 218 (85.55% from 255 or 37.46% from 582); Max value from RGB is 218 - color contains mainly: blue. Hex color #D597DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D597DA is #2A6825. Grayscale: #B0B0B0. Windows color (decimal): -2779174 or 14325717. OLE color: 14325717.

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

Color convert

RGB 213 151 218 -
CMYK 0.02 0.31 0 0.15
HSL 295.52º 0.48% 0.72% -
HSV(B) 295.52º 0.31% 0.85% -
XYZ 51.16 41.34 71.61 -
YUV 177.18 151.04 153.55 -
System Red Green Blue C M Y K H S L
Decimal 213 151 218 0.02 0.31 0 0.15 295.52 0.48 0.72
Hex D5 97 DA 2 1F 0 F 128 30 48
Octal 325 227 332 2 37 0 17 450 60 110
Binary 11010101 10010111 11011010 10 11111 0 1111 100101000 110000 1001000

Color Harmonies of #D597DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D597DA

Black with #D597DA

Text Example


Text Example

White with #D597DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D597DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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