Html Css Color HEX #D58CDC Plum

📋 copy color: '#D58CDC'

red 213 ◦ green 140 ◦ blue 220

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

Shades of Plum #D58CDC

Tints of Plum #D58CDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 38.39%

R = 37.17%
G = 24.43%
B = 38.39%

CMYK

 C value IS 0.03

 M value IS 0.36

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D58CDC (or 0xD58CDC) is known color: Plum. HEX triplet: D5, 8C and DC. RGB value is (213,140,220). Sum of RGB (Red+Green+Blue) = 213+140+220=573 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.17% from 573); Green value is 140 (55.08% from 255 or 24.43% from 573); Blue value is 220 (86.33% from 255 or 38.39% from 573); Max value from RGB is 220 - color contains mainly: blue. Hex color #D58CDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D58CDC is #2A7323. Grayscale: #AAAAAA. Windows color (decimal): -2781988 or 14453973. OLE color: 14453973.

HSL color Cylindrical-coordinate representation of color #D58CDC: hue angle of 294.75º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D58CDC is Cyan = 0.03, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 213 140 220 -
CMYK 0.03 0.36 0 0.14
HSL 294.75º 0.53% 0.71% -
HSV(B) 294.75º 0.36% 0.86% -
XYZ 49.74 38.07 72.44 -
YUV 170.95 155.68 158 -
System Red Green Blue C M Y K H S L
Decimal 213 140 220 0.03 0.36 0 0.14 294.75 0.53 0.71
Hex D5 8C DC 3 24 0 E 127 35 47
Octal 325 214 334 3 44 0 16 447 65 107
Binary 11010101 10001100 11011100 11 100100 0 1110 100100111 110101 1000111

Color Harmonies of #D58CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58CDC

Black with #D58CDC

Text Example


Text Example

White with #D58CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58CDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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