Html Css Color HEX #D594D4 Plum

📋 copy color: '#D594D4'

red 213 ◦ green 148 ◦ blue 212

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

Shades of Plum #D594D4

Tints of Plum #D594D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 37%

R = 37.17%
G = 25.83%
B = 37%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.00

 K value IS 0.16

RGB Variations

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

Color information

#D594D4 (or 0xD594D4) is known color: Plum. HEX triplet: D5, 94 and D4. RGB value is (213,148,212). Sum of RGB (Red+Green+Blue) = 213+148+212=573 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.17% from 573); Green value is 148 (58.20% from 255 or 25.83% from 573); Blue value is 212 (83.20% from 255 or 37.00% from 573); Max value from RGB is 213 - color contains mainly: red. Hex color #D594D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D594D4 is #2A6B2B. Grayscale: #AEAEAE. Windows color (decimal): -2779948 or 13931733. OLE color: 13931733.

HSL color Cylindrical-coordinate representation of color #D594D4: hue angle of 300.92º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D594D4 is Cyan = 0, Magento = 0.31, Yellow = 0.00 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 148 212 -
CMYK 0 0.31 0.00 0.16
HSL 300.92º 0.44% 0.71% -
HSV(B) 300.92º 0.31% 0.84% -
XYZ 49.91 40.08 67.39 -
YUV 174.73 149.03 155.3 -
System Red Green Blue C M Y K H S L
Decimal 213 148 212 0 0.31 0.00 0.16 300.92 0.44 0.71
Hex D5 94 D4 0 1F 0 10 12D 2C 47
Octal 325 224 324 0 37 0 20 455 54 107
Binary 11010101 10010100 11010100 0 11111 0 10000 100101101 101100 1000111

Color Harmonies of #D594D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D594D4

Black with #D594D4

Text Example


Text Example

White with #D594D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D594D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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