Html Css Color HEX #D598DA Plum

📋 copy color: '#D598DA'

red 213 ◦ green 152 ◦ blue 218

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

Shades of Plum #D598DA

Tints of Plum #D598DA

RGB

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

 GREEN value IS 152 (59.77% from 255) = 26.07%

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

R = 36.54%
G = 26.07%
B = 37.39%

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

#D598DA (or 0xD598DA) is known color: Plum. HEX triplet: D5, 98 and DA. RGB value is (213,152,218). Sum of RGB (Red+Green+Blue) = 213+152+218=583 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.54% from 583); Green value is 152 (59.77% from 255 or 26.07% from 583); Blue value is 218 (85.55% from 255 or 37.39% from 583); Max value from RGB is 218 - color contains mainly: blue. Hex color #D598DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D598DA is #2A6725. Grayscale: #B1B1B1. Windows color (decimal): -2778918 or 14325973. OLE color: 14325973.

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

Color convert

RGB 213 152 218 -
CMYK 0.02 0.30 0 0.15
HSL 295.45º 0.47% 0.73% -
HSV(B) 295.45º 0.3% 0.85% -
XYZ 51.32 41.66 71.67 -
YUV 177.76 150.71 153.13 -
System Red Green Blue C M Y K H S L
Decimal 213 152 218 0.02 0.30 0 0.15 295.45 0.47 0.73
Hex D5 98 DA 2 1E 0 F 127 2F 49
Octal 325 230 332 2 36 0 17 447 57 111
Binary 11010101 10011000 11011010 10 11110 0 1111 100100111 101111 1001001

Color Harmonies of #D598DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D598DA

Black with #D598DA

Text Example


Text Example

White with #D598DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D598DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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