Html Css Color HEX #D58CD1 Plum

📋 copy color: '#D58CD1'

red 213 ◦ green 140 ◦ blue 209

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

Shades of Plum #D58CD1

Tints of Plum #D58CD1

RGB

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

 GREEN value IS 140 (55.08% from 255) = 24.91%

 BLUE value IS 209 (82.03% from 255) = 37.19%

R = 37.9%
G = 24.91%
B = 37.19%

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

#D58CD1 (or 0xD58CD1) is known color: Plum. HEX triplet: D5, 8C and D1. RGB value is (213,140,209). Sum of RGB (Red+Green+Blue) = 213+140+209=562 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.90% from 562); Green value is 140 (55.08% from 255 or 24.91% from 562); Blue value is 209 (82.03% from 255 or 37.19% from 562); Max value from RGB is 213 - color contains mainly: red. Hex color #D58CD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D58CD1 is #2A732E. Grayscale: #A9A9A9. Windows color (decimal): -2781999 or 13733077. OLE color: 13733077.

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

Color convert

RGB 213 140 209 -
CMYK 0 0.34 0.02 0.16
HSL 303.29º 0.46% 0.69% -
HSV(B) 303.29º 0.34% 0.84% -
XYZ 48.33 37.51 65.01 -
YUV 169.69 150.18 158.89 -
System Red Green Blue C M Y K H S L
Decimal 213 140 209 0 0.34 0.02 0.16 303.29 0.46 0.69
Hex D5 8C D1 0 22 2 10 12F 2E 45
Octal 325 214 321 0 42 2 20 457 56 105
Binary 11010101 10001100 11010001 0 100010 10 10000 100101111 101110 1000101

Color Harmonies of #D58CD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58CD1

Black with #D58CD1

Text Example


Text Example

White with #D58CD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58CD1; }

 p { color: rgb(213,140,209); }

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

background-color css

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

 a { background-color: rgb(213,140,209); }

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

border-color css

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

 span { border-color: rgb(213,140,209); }

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