Html Css Color HEX #D594E0 Plum

📋 copy color: '#D594E0'

red 213 ◦ green 148 ◦ blue 224

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

Shades of Plum #D594E0

Tints of Plum #D594E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 38.29%

R = 36.41%
G = 25.3%
B = 38.29%

CMYK

 C value IS 0.05

 M value IS 0.34

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D594E0 (or 0xD594E0) is known color: Plum. HEX triplet: D5, 94 and E0. RGB value is (213,148,224). Sum of RGB (Red+Green+Blue) = 213+148+224=585 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.41% from 585); Green value is 148 (58.20% from 255 or 25.30% from 585); Blue value is 224 (87.89% from 255 or 38.29% from 585); Max value from RGB is 224 - color contains mainly: blue. Hex color #D594E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D594E0 is #2A6B1F. Grayscale: #AFAFAF. Windows color (decimal): -2779936 or 14718165. OLE color: 14718165.

HSL color Cylindrical-coordinate representation of color #D594E0: hue angle of 291.32º degrees, saturation: 0.55, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D594E0 is Cyan = 0.05, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 213 148 224 -
CMYK 0.05 0.34 0 0.12
HSL 291.32º 0.55% 0.73% -
HSV(B) 291.32º 0.34% 0.88% -
XYZ 51.49 40.71 75.66 -
YUV 176.1 155.03 154.32 -
System Red Green Blue C M Y K H S L
Decimal 213 148 224 0.05 0.34 0 0.12 291.32 0.55 0.73
Hex D5 94 E0 5 22 0 C 123 37 49
Octal 325 224 340 5 42 0 14 443 67 111
Binary 11010101 10010100 11100000 101 100010 0 1100 100100011 110111 1001001

Color Harmonies of #D594E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D594E0

Black with #D594E0

Text Example


Text Example

White with #D594E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D594E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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