Html Css Color HEX #D594DA Plum

📋 copy color: '#D594DA'

red 213 ◦ green 148 ◦ blue 218

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

Shades of Plum #D594DA

Tints of Plum #D594DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 37.65%

R = 36.79%
G = 25.56%
B = 37.65%

CMYK

 C value IS 0.02

 M value IS 0.32

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D594DA (or 0xD594DA) is known color: Plum. HEX triplet: D5, 94 and DA. RGB value is (213,148,218). Sum of RGB (Red+Green+Blue) = 213+148+218=579 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.79% from 579); Green value is 148 (58.20% from 255 or 25.56% from 579); Blue value is 218 (85.55% from 255 or 37.65% from 579); Max value from RGB is 218 - color contains mainly: blue. Hex color #D594DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D594DA is #2A6B25. Grayscale: #AFAFAF. Windows color (decimal): -2779942 or 14324949. OLE color: 14324949.

HSL color Cylindrical-coordinate representation of color #D594DA: hue angle of 295.71º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D594DA is Cyan = 0.02, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 213 148 218 -
CMYK 0.02 0.32 0 0.15
HSL 295.71º 0.49% 0.72% -
HSV(B) 295.71º 0.32% 0.85% -
XYZ 50.69 40.39 71.45 -
YUV 175.42 152.03 154.81 -
System Red Green Blue C M Y K H S L
Decimal 213 148 218 0.02 0.32 0 0.15 295.71 0.49 0.72
Hex D5 94 DA 2 20 0 F 128 31 48
Octal 325 224 332 2 40 0 17 450 61 110
Binary 11010101 10010100 11011010 10 100000 0 1111 100101000 110001 1001000

Color Harmonies of #D594DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D594DA

Black with #D594DA

Text Example


Text Example

White with #D594DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D594DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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