Html Css Color HEX #D590E0 Plum

📋 copy color: '#D590E0'

red 213 ◦ green 144 ◦ blue 224

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

Shades of Plum #D590E0

Tints of Plum #D590E0

RGB

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

 GREEN value IS 144 (56.64% from 255) = 24.78%

 BLUE value IS 224 (87.89% from 255) = 38.55%

R = 36.66%
G = 24.78%
B = 38.55%

CMYK

 C value IS 0.05

 M value IS 0.36

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D590E0 (or 0xD590E0) is known color: Plum. HEX triplet: D5, 90 and E0. RGB value is (213,144,224). Sum of RGB (Red+Green+Blue) = 213+144+224=581 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.66% from 581); Green value is 144 (56.64% from 255 or 24.78% from 581); Blue value is 224 (87.89% from 255 or 38.55% from 581); Max value from RGB is 224 - color contains mainly: blue. Hex color #D590E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D590E0 is #2A6F1F. Grayscale: #ADADAD. Windows color (decimal): -2780960 or 14717141. OLE color: 14717141.

HSL color Cylindrical-coordinate representation of color #D590E0: hue angle of 291.75º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D590E0 is Cyan = 0.05, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 213 144 224 -
CMYK 0.05 0.36 0 0.12
HSL 291.75º 0.56% 0.72% -
HSV(B) 291.75º 0.36% 0.88% -
XYZ 50.87 39.47 75.46 -
YUV 173.75 156.36 156 -
System Red Green Blue C M Y K H S L
Decimal 213 144 224 0.05 0.36 0 0.12 291.75 0.56 0.72
Hex D5 90 E0 5 24 0 C 124 38 48
Octal 325 220 340 5 44 0 14 444 70 110
Binary 11010101 10010000 11100000 101 100100 0 1100 100100100 111000 1001000

Color Harmonies of #D590E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D590E0

Black with #D590E0

Text Example


Text Example

White with #D590E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D590E0; }

 p { color: rgb(213,144,224); }

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

background-color css

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

 a { background-color: rgb(213,144,224); }

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

border-color css

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

 span { border-color: rgb(213,144,224); }

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