Html Css Color HEX #D58AD7 Plum

📋 copy color: '#D58AD7'

red 213 ◦ green 138 ◦ blue 215

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

Shades of Plum #D58AD7

Tints of Plum #D58AD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 37.99%

R = 37.63%
G = 24.38%
B = 37.99%

CMYK

 C value IS 0.01

 M value IS 0.36

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D58AD7 (or 0xD58AD7) is known color: Plum. HEX triplet: D5, 8A and D7. RGB value is (213,138,215). Sum of RGB (Red+Green+Blue) = 213+138+215=566 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.63% from 566); Green value is 138 (54.30% from 255 or 24.38% from 566); Blue value is 215 (84.38% from 255 or 37.99% from 566); Max value from RGB is 215 - color contains mainly: blue. Hex color #D58AD7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D58AD7 is #2A7528. Grayscale: #A8A8A8. Windows color (decimal): -2782505 or 14125781. OLE color: 14125781.

HSL color Cylindrical-coordinate representation of color #D58AD7: hue angle of 298.44º degrees, saturation: 0.49, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D58AD7 is Cyan = 0.01, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 138 215 -
CMYK 0.01 0.36 0 0.16
HSL 298.44º 0.49% 0.69% -
HSV(B) 298.44º 0.36% 0.84% -
XYZ 48.79 37.23 68.9 -
YUV 169.2 153.85 159.24 -
System Red Green Blue C M Y K H S L
Decimal 213 138 215 0.01 0.36 0 0.16 298.44 0.49 0.69
Hex D5 8A D7 1 24 0 10 12A 31 45
Octal 325 212 327 1 44 0 20 452 61 105
Binary 11010101 10001010 11010111 1 100100 0 10000 100101010 110001 1000101

Color Harmonies of #D58AD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58AD7

Black with #D58AD7

Text Example


Text Example

White with #D58AD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58AD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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