Html Css Color HEX #D594D5 Plum

📋 copy color: '#D594D5'

red 213 ◦ green 148 ◦ blue 213

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

Shades of Plum #D594D5

Tints of Plum #D594D5

RGB

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

 GREEN value IS 148 (58.2% from 255) = 25.78%

 BLUE value IS 213 (83.59% from 255) = 37.11%

R = 37.11%
G = 25.78%
B = 37.11%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D594D5 (or 0xD594D5) is known color: Plum. HEX triplet: D5, 94 and D5. RGB value is (213,148,213). Sum of RGB (Red+Green+Blue) = 213+148+213=574 (76% of max value = 765). Red value is 213 (83.59% from 255 or 37.11% from 574); Green value is 148 (58.20% from 255 or 25.78% from 574); Blue value is 213 (83.59% from 255 or 37.11% from 574); Max value from RGB is 213 - color contains mainly: red, blue. Hex color #D594D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D594D5 is #2A6B2A. Grayscale: #AEAEAE. Windows color (decimal): -2779947 or 13997269. OLE color: 13997269.

HSL color Cylindrical-coordinate representation of color #D594D5: hue angle of 300º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D594D5 is Cyan = 0, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 148 213 -
CMYK 0 0.31 0 0.16
HSL 300º 0.44% 0.71% -
HSV(B) 300º 0.31% 0.84% -
XYZ 50.04 40.13 68.06 -
YUV 174.85 149.53 155.21 -
System Red Green Blue C M Y K H S L
Decimal 213 148 213 0 0.31 0 0.16 300 0.44 0.71
Hex D5 94 D5 0 1F 0 10 12C 2C 47
Octal 325 224 325 0 37 0 20 454 54 107
Binary 11010101 10010100 11010101 0 11111 0 10000 100101100 101100 1000111

Color Harmonies of #D594D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D594D5

Black with #D594D5

Text Example


Text Example

White with #D594D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D594D5; }

 p { color: rgb(213,148,213); }

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

background-color css

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

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

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

border-color css

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

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

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