Html Css Color HEX #D58DE4 Plum

📋 copy color: '#D58DE4'

red 213 ◦ green 141 ◦ blue 228

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

Shades of Plum #D58DE4

Tints of Plum #D58DE4

RGB

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

 GREEN value IS 141 (55.47% from 255) = 24.23%

 BLUE value IS 228 (89.45% from 255) = 39.18%

R = 36.6%
G = 24.23%
B = 39.18%

CMYK

 C value IS 0.07

 M value IS 0.38

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#D58DE4 (or 0xD58DE4) is known color: Plum. HEX triplet: D5, 8D and E4. RGB value is (213,141,228). Sum of RGB (Red+Green+Blue) = 213+141+228=582 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.60% from 582); Green value is 141 (55.47% from 255 or 24.23% from 582); Blue value is 228 (89.45% from 255 or 39.18% from 582); Max value from RGB is 228 - color contains mainly: blue. Hex color #D58DE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D58DE4 is #2A721B. Grayscale: #ACACAC. Windows color (decimal): -2781724 or 14978517. OLE color: 14978517.

HSL color Cylindrical-coordinate representation of color #D58DE4: hue angle of 289.66º degrees, saturation: 0.62, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D58DE4 is Cyan = 0.07, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 213 141 228 -
CMYK 0.07 0.38 0 0.11
HSL 289.66º 0.62% 0.72% -
HSV(B) 289.66º 0.38% 0.89% -
XYZ 50.97 38.8 78.2 -
YUV 172.45 159.35 156.93 -
System Red Green Blue C M Y K H S L
Decimal 213 141 228 0.07 0.38 0 0.11 289.66 0.62 0.72
Hex D5 8D E4 7 26 0 B 122 3E 48
Octal 325 215 344 7 46 0 13 442 76 110
Binary 11010101 10001101 11100100 111 100110 0 1011 100100010 111110 1001000

Color Harmonies of #D58DE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58DE4

Black with #D58DE4

Text Example


Text Example

White with #D58DE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58DE4; }

 p { color: rgb(213,141,228); }

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

background-color css

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

 a { background-color: rgb(213,141,228); }

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

border-color css

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

 span { border-color: rgb(213,141,228); }

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