Html Css Color HEX #D599D7 Plum

📋 copy color: '#D599D7'

red 213 ◦ green 153 ◦ blue 215

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

Shades of Plum #D599D7

Tints of Plum #D599D7

RGB

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

 GREEN value IS 153 (60.16% from 255) = 26.33%

 BLUE value IS 215 (84.38% from 255) = 37.01%

R = 36.66%
G = 26.33%
B = 37.01%

CMYK

 C value IS 0.01

 M value IS 0.29

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D599D7 (or 0xD599D7) is known color: Plum. HEX triplet: D5, 99 and D7. RGB value is (213,153,215). Sum of RGB (Red+Green+Blue) = 213+153+215=581 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.66% from 581); Green value is 153 (60.16% from 255 or 26.33% from 581); Blue value is 215 (84.38% from 255 or 37.01% from 581); Max value from RGB is 215 - color contains mainly: blue. Hex color #D599D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D599D7 is #2A6628. Grayscale: #B1B1B1. Windows color (decimal): -2778665 or 14129621. OLE color: 14129621.

HSL color Cylindrical-coordinate representation of color #D599D7: hue angle of 298.06º degrees, saturation: 0.44, 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 #D599D7 is Cyan = 0.01, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 153 215 -
CMYK 0.01 0.29 0 0.16
HSL 298.06º 0.44% 0.72% -
HSV(B) 298.06º 0.29% 0.84% -
XYZ 51.1 41.83 69.67 -
YUV 178.01 148.88 152.96 -
System Red Green Blue C M Y K H S L
Decimal 213 153 215 0.01 0.29 0 0.16 298.06 0.44 0.72
Hex D5 99 D7 1 1D 0 10 12A 2C 48
Octal 325 231 327 1 35 0 20 452 54 110
Binary 11010101 10011001 11010111 1 11101 0 10000 100101010 101100 1001000

Color Harmonies of #D599D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D599D7

Black with #D599D7

Text Example


Text Example

White with #D599D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D599D7; }

 p { color: rgb(213,153,215); }

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

background-color css

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

 a { background-color: rgb(213,153,215); }

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

border-color css

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

 span { border-color: rgb(213,153,215); }

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