Html Css Color HEX #D594DB Plum

📋 copy color: '#D594DB'

red 213 ◦ green 148 ◦ blue 219

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

Shades of Plum #D594DB

Tints of Plum #D594DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 37.76%

R = 36.72%
G = 25.52%
B = 37.76%

CMYK

 C value IS 0.03

 M value IS 0.32

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D594DB (or 0xD594DB) is known color: Plum. HEX triplet: D5, 94 and DB. RGB value is (213,148,219). Sum of RGB (Red+Green+Blue) = 213+148+219=580 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.72% from 580); Green value is 148 (58.20% from 255 or 25.52% from 580); Blue value is 219 (85.94% from 255 or 37.76% from 580); Max value from RGB is 219 - color contains mainly: blue. Hex color #D594DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D594DB is #2A6B24. Grayscale: #AFAFAF. Windows color (decimal): -2779941 or 14390485. OLE color: 14390485.

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

Color convert

RGB 213 148 219 -
CMYK 0.03 0.32 0 0.14
HSL 294.93º 0.5% 0.72% -
HSV(B) 294.93º 0.32% 0.86% -
XYZ 50.82 40.44 72.15 -
YUV 175.53 152.53 154.73 -
System Red Green Blue C M Y K H S L
Decimal 213 148 219 0.03 0.32 0 0.14 294.93 0.5 0.72
Hex D5 94 DB 3 20 0 E 127 32 48
Octal 325 224 333 3 40 0 16 447 62 110
Binary 11010101 10010100 11011011 11 100000 0 1110 100100111 110010 1001000

Color Harmonies of #D594DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D594DB

Black with #D594DB

Text Example


Text Example

White with #D594DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D594DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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