Html Css Color HEX #D58ADF Plum

📋 copy color: '#D58ADF'

red 213 ◦ green 138 ◦ blue 223

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

Shades of Plum #D58ADF

Tints of Plum #D58ADF

RGB

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

 GREEN value IS 138 (54.3% from 255) = 24.04%

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

R = 37.11%
G = 24.04%
B = 38.85%

CMYK

 C value IS 0.04

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D58ADF (or 0xD58ADF) is known color: Plum. HEX triplet: D5, 8A and DF. RGB value is (213,138,223). Sum of RGB (Red+Green+Blue) = 213+138+223=574 (76% of max value = 765). Red value is 213 (83.59% from 255 or 37.11% from 574); Green value is 138 (54.30% from 255 or 24.04% from 574); Blue value is 223 (87.5% from 255 or 38.85% from 574); Max value from RGB is 223 - color contains mainly: blue. Hex color #D58ADF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D58ADF is #2A7520. Grayscale: #A9A9A9. Windows color (decimal): -2782497 or 14650069. OLE color: 14650069.

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

Color convert

RGB 213 138 223 -
CMYK 0.04 0.38 0 0.13
HSL 292.94º 0.57% 0.71% -
HSV(B) 292.94º 0.38% 0.87% -
XYZ 49.85 37.65 74.45 -
YUV 170.12 157.85 158.59 -
System Red Green Blue C M Y K H S L
Decimal 213 138 223 0.04 0.38 0 0.13 292.94 0.57 0.71
Hex D5 8A DF 4 26 0 D 125 39 47
Octal 325 212 337 4 46 0 15 445 71 107
Binary 11010101 10001010 11011111 100 100110 0 1101 100100101 111001 1000111

Color Harmonies of #D58ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58ADF

Black with #D58ADF

Text Example


Text Example

White with #D58ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58ADF; }

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

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

background-color css

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

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

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

border-color css

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

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

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