Html Css Color HEX #D592DE Plum

📋 copy color: '#D592DE'

red 213 ◦ green 146 ◦ blue 222

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

Shades of Plum #D592DE

Tints of Plum #D592DE

RGB

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

 GREEN value IS 146 (57.42% from 255) = 25.13%

 BLUE value IS 222 (87.11% from 255) = 38.21%

R = 36.66%
G = 25.13%
B = 38.21%

CMYK

 C value IS 0.04

 M value IS 0.34

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D592DE (or 0xD592DE) is known color: Plum. HEX triplet: D5, 92 and DE. RGB value is (213,146,222). Sum of RGB (Red+Green+Blue) = 213+146+222=581 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.66% from 581); Green value is 146 (57.42% from 255 or 25.13% from 581); Blue value is 222 (87.11% from 255 or 38.21% from 581); Max value from RGB is 222 - color contains mainly: blue. Hex color #D592DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D592DE is #2A6D21. Grayscale: #AEAEAE. Windows color (decimal): -2780450 or 14586581. OLE color: 14586581.

HSL color Cylindrical-coordinate representation of color #D592DE: hue angle of 292.89º degrees, saturation: 0.54, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D592DE is Cyan = 0.04, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 213 146 222 -
CMYK 0.04 0.34 0 0.13
HSL 292.89º 0.54% 0.72% -
HSV(B) 292.89º 0.34% 0.87% -
XYZ 50.9 39.98 74.14 -
YUV 174.7 154.7 155.32 -
System Red Green Blue C M Y K H S L
Decimal 213 146 222 0.04 0.34 0 0.13 292.89 0.54 0.72
Hex D5 92 DE 4 22 0 D 125 36 48
Octal 325 222 336 4 42 0 15 445 66 110
Binary 11010101 10010010 11011110 100 100010 0 1101 100100101 110110 1001000

Color Harmonies of #D592DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D592DE

Black with #D592DE

Text Example


Text Example

White with #D592DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D592DE; }

 p { color: rgb(213,146,222); }

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

background-color css

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

 a { background-color: rgb(213,146,222); }

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

border-color css

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

 span { border-color: rgb(213,146,222); }

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