Html Css Color HEX #D594DC Plum

📋 copy color: '#D594DC'

red 213 ◦ green 148 ◦ blue 220

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

Shades of Plum #D594DC

Tints of Plum #D594DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 37.87%

R = 36.66%
G = 25.47%
B = 37.87%

CMYK

 C value IS 0.03

 M value IS 0.33

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D594DC (or 0xD594DC) is known color: Plum. HEX triplet: D5, 94 and DC. RGB value is (213,148,220). Sum of RGB (Red+Green+Blue) = 213+148+220=581 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.66% from 581); Green value is 148 (58.20% from 255 or 25.47% from 581); Blue value is 220 (86.33% from 255 or 37.87% from 581); Max value from RGB is 220 - color contains mainly: blue. Hex color #D594DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D594DC is #2A6B23. Grayscale: #AFAFAF. Windows color (decimal): -2779940 or 14456021. OLE color: 14456021.

HSL color Cylindrical-coordinate representation of color #D594DC: hue angle of 294.17º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D594DC is Cyan = 0.03, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 213 148 220 -
CMYK 0.03 0.33 0 0.14
HSL 294.17º 0.51% 0.72% -
HSV(B) 294.17º 0.33% 0.86% -
XYZ 50.95 40.49 72.84 -
YUV 175.64 153.03 154.65 -
System Red Green Blue C M Y K H S L
Decimal 213 148 220 0.03 0.33 0 0.14 294.17 0.51 0.72
Hex D5 94 DC 3 21 0 E 126 33 48
Octal 325 224 334 3 41 0 16 446 63 110
Binary 11010101 10010100 11011100 11 100001 0 1110 100100110 110011 1001000

Color Harmonies of #D594DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D594DC

Black with #D594DC

Text Example


Text Example

White with #D594DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D594DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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