Html Css Color HEX #D598D6 Plum

📋 copy color: '#D598D6'

red 213 ◦ green 152 ◦ blue 214

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

Shades of Plum #D598D6

Tints of Plum #D598D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 36.96%

R = 36.79%
G = 26.25%
B = 36.96%

CMYK

 C value IS 0.00

 M value IS 0.29

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D598D6 (or 0xD598D6) is known color: Plum. HEX triplet: D5, 98 and D6. RGB value is (213,152,214). Sum of RGB (Red+Green+Blue) = 213+152+214=579 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.79% from 579); Green value is 152 (59.77% from 255 or 26.25% from 579); Blue value is 214 (83.98% from 255 or 36.96% from 579); Max value from RGB is 214 - color contains mainly: blue. Hex color #D598D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D598D6 is #2A6729. Grayscale: #B1B1B1. Windows color (decimal): -2778922 or 14063829. OLE color: 14063829.

HSL color Cylindrical-coordinate representation of color #D598D6: hue angle of 299.03º degrees, saturation: 0.43, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D598D6 is Cyan = 0.00, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 152 214 -
CMYK 0.00 0.29 0 0.16
HSL 299.03º 0.43% 0.72% -
HSV(B) 299.03º 0.29% 0.84% -
XYZ 50.81 41.46 68.94 -
YUV 177.31 148.71 153.46 -
System Red Green Blue C M Y K H S L
Decimal 213 152 214 0.00 0.29 0 0.16 299.03 0.43 0.72
Hex D5 98 D6 0 1D 0 10 12B 2B 48
Octal 325 230 326 0 35 0 20 453 53 110
Binary 11010101 10011000 11010110 0 11101 0 10000 100101011 101011 1001000

Color Harmonies of #D598D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D598D6

Black with #D598D6

Text Example


Text Example

White with #D598D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D598D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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