Html Css Color HEX #D58FDE Plum

📋 copy color: '#D58FDE'

red 213 ◦ green 143 ◦ blue 222

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

Shades of Plum #D58FDE

Tints of Plum #D58FDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 38.41%

R = 36.85%
G = 24.74%
B = 38.41%

CMYK

 C value IS 0.04

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D58FDE (or 0xD58FDE) is known color: Plum. HEX triplet: D5, 8F and DE. RGB value is (213,143,222). Sum of RGB (Red+Green+Blue) = 213+143+222=578 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.85% from 578); Green value is 143 (56.25% from 255 or 24.74% from 578); Blue value is 222 (87.11% from 255 or 38.41% from 578); Max value from RGB is 222 - color contains mainly: blue. Hex color #D58FDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D58FDE is #2A7021. Grayscale: #ACACAC. Windows color (decimal): -2781218 or 14585813. OLE color: 14585813.

HSL color Cylindrical-coordinate representation of color #D58FDE: hue angle of 293.16º degrees, saturation: 0.54, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D58FDE is Cyan = 0.04, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 213 143 222 -
CMYK 0.04 0.36 0 0.13
HSL 293.16º 0.54% 0.72% -
HSV(B) 293.16º 0.36% 0.87% -
XYZ 50.45 39.06 73.99 -
YUV 172.94 155.69 156.58 -
System Red Green Blue C M Y K H S L
Decimal 213 143 222 0.04 0.36 0 0.13 293.16 0.54 0.72
Hex D5 8F DE 4 24 0 D 125 36 48
Octal 325 217 336 4 44 0 15 445 66 110
Binary 11010101 10001111 11011110 100 100100 0 1101 100100101 110110 1001000

Color Harmonies of #D58FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58FDE

Black with #D58FDE

Text Example


Text Example

White with #D58FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58FDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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