Html Css Color HEX #D58DD0 Plum

📋 copy color: '#D58DD0'

red 213 ◦ green 141 ◦ blue 208

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

Shades of Plum #D58DD0

Tints of Plum #D58DD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 37.01%

R = 37.9%
G = 25.09%
B = 37.01%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.02

 K value IS 0.16

RGB Variations

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

Color information

#D58DD0 (or 0xD58DD0) is known color: Plum. HEX triplet: D5, 8D and D0. RGB value is (213,141,208). Sum of RGB (Red+Green+Blue) = 213+141+208=562 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.90% from 562); Green value is 141 (55.47% from 255 or 25.09% from 562); Blue value is 208 (81.64% from 255 or 37.01% from 562); Max value from RGB is 213 - color contains mainly: red. Hex color #D58DD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D58DD0 is #2A722F. Grayscale: #A9A9A9. Windows color (decimal): -2781744 or 13667797. OLE color: 13667797.

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

Color convert

RGB 213 141 208 -
CMYK 0 0.34 0.02 0.16
HSL 304.17º 0.46% 0.69% -
HSV(B) 304.17º 0.34% 0.84% -
XYZ 48.35 37.75 64.41 -
YUV 170.17 149.35 158.55 -
System Red Green Blue C M Y K H S L
Decimal 213 141 208 0 0.34 0.02 0.16 304.17 0.46 0.69
Hex D5 8D D0 0 22 2 10 130 2E 45
Octal 325 215 320 0 42 2 20 460 56 105
Binary 11010101 10001101 11010000 0 100010 10 10000 100110000 101110 1000101

Color Harmonies of #D58DD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58DD0

Black with #D58DD0

Text Example


Text Example

White with #D58DD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58DD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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