Html Css Color HEX #D58CD5 Plum

📋 copy color: '#D58CD5'

red 213 ◦ green 140 ◦ blue 213

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

Shades of Plum #D58CD5

Tints of Plum #D58CD5

RGB

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

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

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

R = 37.63%
G = 24.73%
B = 37.63%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D58CD5 (or 0xD58CD5) is known color: Plum. HEX triplet: D5, 8C and D5. RGB value is (213,140,213). Sum of RGB (Red+Green+Blue) = 213+140+213=566 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.63% from 566); Green value is 140 (55.08% from 255 or 24.73% from 566); Blue value is 213 (83.59% from 255 or 37.63% from 566); Max value from RGB is 213 - color contains mainly: red, blue. Hex color #D58CD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D58CD5 is #2A732A. Grayscale: #A9A9A9. Windows color (decimal): -2781995 or 13995221. OLE color: 13995221.

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

Color convert

RGB 213 140 213 -
CMYK 0 0.34 0 0.16
HSL 300º 0.46% 0.69% -
HSV(B) 300º 0.34% 0.84% -
XYZ 48.83 37.71 67.66 -
YUV 170.15 152.18 158.56 -
System Red Green Blue C M Y K H S L
Decimal 213 140 213 0 0.34 0 0.16 300 0.46 0.69
Hex D5 8C D5 0 22 0 10 12C 2E 45
Octal 325 214 325 0 42 0 20 454 56 105
Binary 11010101 10001100 11010101 0 100010 0 10000 100101100 101110 1000101

Color Harmonies of #D58CD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58CD5

Black with #D58CD5

Text Example


Text Example

White with #D58CD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58CD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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