Html Css Color HEX #D58FDC Plum

📋 copy color: '#D58FDC'

red 213 ◦ green 143 ◦ blue 220

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

Shades of Plum #D58FDC

Tints of Plum #D58FDC

RGB

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

 GREEN value IS 143 (56.25% from 255) = 24.83%

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

R = 36.98%
G = 24.83%
B = 38.19%

CMYK

 C value IS 0.03

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D58FDC (or 0xD58FDC) is known color: Plum. HEX triplet: D5, 8F and DC. RGB value is (213,143,220). Sum of RGB (Red+Green+Blue) = 213+143+220=576 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.98% from 576); Green value is 143 (56.25% from 255 or 24.83% from 576); Blue value is 220 (86.33% from 255 or 38.19% from 576); Max value from RGB is 220 - color contains mainly: blue. Hex color #D58FDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D58FDC is #2A7023. Grayscale: #ACACAC. Windows color (decimal): -2781220 or 14454741. OLE color: 14454741.

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

Color convert

RGB 213 143 220 -
CMYK 0.03 0.35 0 0.14
HSL 294.55º 0.52% 0.71% -
HSV(B) 294.55º 0.35% 0.86% -
XYZ 50.18 38.96 72.59 -
YUV 172.71 154.69 156.74 -
System Red Green Blue C M Y K H S L
Decimal 213 143 220 0.03 0.35 0 0.14 294.55 0.52 0.71
Hex D5 8F DC 3 23 0 E 127 34 47
Octal 325 217 334 3 43 0 16 447 64 107
Binary 11010101 10001111 11011100 11 100011 0 1110 100100111 110100 1000111

Color Harmonies of #D58FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58FDC

Black with #D58FDC

Text Example


Text Example

White with #D58FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58FDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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