Html Css Color HEX #D594E2 Plum

📋 copy color: '#D594E2'

red 213 ◦ green 148 ◦ blue 226

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

Shades of Plum #D594E2

Tints of Plum #D594E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 38.5%

R = 36.29%
G = 25.21%
B = 38.5%

CMYK

 C value IS 0.06

 M value IS 0.35

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#D594E2 (or 0xD594E2) is known color: Plum. HEX triplet: D5, 94 and E2. RGB value is (213,148,226). Sum of RGB (Red+Green+Blue) = 213+148+226=587 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.29% from 587); Green value is 148 (58.20% from 255 or 25.21% from 587); Blue value is 226 (88.67% from 255 or 38.50% from 587); Max value from RGB is 226 - color contains mainly: blue. Hex color #D594E2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D594E2 is #2A6B1D. Grayscale: #B0B0B0. Windows color (decimal): -2779934 or 14849237. OLE color: 14849237.

HSL color Cylindrical-coordinate representation of color #D594E2: hue angle of 290º degrees, saturation: 0.57, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D594E2 is Cyan = 0.06, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 213 148 226 -
CMYK 0.06 0.35 0 0.11
HSL 290º 0.57% 0.73% -
HSV(B) 290º 0.35% 0.89% -
XYZ 51.76 40.82 77.1 -
YUV 176.33 156.03 154.16 -
System Red Green Blue C M Y K H S L
Decimal 213 148 226 0.06 0.35 0 0.11 290 0.57 0.73
Hex D5 94 E2 6 23 0 B 122 39 49
Octal 325 224 342 6 43 0 13 442 71 111
Binary 11010101 10010100 11100010 110 100011 0 1011 100100010 111001 1001001

Color Harmonies of #D594E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D594E2

Black with #D594E2

Text Example


Text Example

White with #D594E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D594E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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