Html Css Color HEX #D58DDF Plum

📋 copy color: '#D58DDF'

red 213 ◦ green 141 ◦ blue 223

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

Shades of Plum #D58DDF

Tints of Plum #D58DDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 38.65%

R = 36.92%
G = 24.44%
B = 38.65%

CMYK

 C value IS 0.04

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D58DDF (or 0xD58DDF) is known color: Plum. HEX triplet: D5, 8D and DF. RGB value is (213,141,223). Sum of RGB (Red+Green+Blue) = 213+141+223=577 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.92% from 577); Green value is 141 (55.47% from 255 or 24.44% from 577); Blue value is 223 (87.5% from 255 or 38.65% from 577); Max value from RGB is 223 - color contains mainly: blue. Hex color #D58DDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D58DDF is #2A7220. Grayscale: #ABABAB. Windows color (decimal): -2781729 or 14650837. OLE color: 14650837.

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

Color convert

RGB 213 141 223 -
CMYK 0.04 0.37 0 0.13
HSL 292.68º 0.56% 0.71% -
HSV(B) 292.68º 0.37% 0.87% -
XYZ 50.28 38.52 74.6 -
YUV 171.88 156.85 157.33 -
System Red Green Blue C M Y K H S L
Decimal 213 141 223 0.04 0.37 0 0.13 292.68 0.56 0.71
Hex D5 8D DF 4 25 0 D 125 38 47
Octal 325 215 337 4 45 0 15 445 70 107
Binary 11010101 10001101 11011111 100 100101 0 1101 100100101 111000 1000111

Color Harmonies of #D58DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58DDF

Black with #D58DDF

Text Example


Text Example

White with #D58DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58DDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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