Html Css Color HEX #D58DCF Plum

📋 copy color: '#D58DCF'

red 213 ◦ green 141 ◦ blue 207

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

Shades of Plum #D58DCF

Tints of Plum #D58DCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 36.9%

R = 37.97%
G = 25.13%
B = 36.9%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#D58DCF (or 0xD58DCF) is known color: Plum. HEX triplet: D5, 8D and CF. RGB value is (213,141,207). Sum of RGB (Red+Green+Blue) = 213+141+207=561 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.97% from 561); Green value is 141 (55.47% from 255 or 25.13% from 561); Blue value is 207 (81.25% from 255 or 36.90% from 561); Max value from RGB is 213 - color contains mainly: red. Hex color #D58DCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D58DCF is #2A7230. Grayscale: #A9A9A9. Windows color (decimal): -2781745 or 13602261. OLE color: 13602261.

HSL color Cylindrical-coordinate representation of color #D58DCF: hue angle of 305º 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 #D58DCF is Cyan = 0, Magento = 0.34, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 141 207 -
CMYK 0 0.34 0.03 0.16
HSL 305º 0.46% 0.69% -
HSV(B) 305º 0.34% 0.84% -
XYZ 48.23 37.7 63.77 -
YUV 170.05 148.85 158.63 -
System Red Green Blue C M Y K H S L
Decimal 213 141 207 0 0.34 0.03 0.16 305 0.46 0.69
Hex D5 8D CF 0 22 3 10 131 2E 45
Octal 325 215 317 0 42 3 20 461 56 105
Binary 11010101 10001101 11001111 0 100010 11 10000 100110001 101110 1000101

Color Harmonies of #D58DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58DCF

Black with #D58DCF

Text Example


Text Example

White with #D58DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58DCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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