Html Css Color HEX #D58FD8 Plum

📋 copy color: '#D58FD8'

red 213 ◦ green 143 ◦ blue 216

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

Shades of Plum #D58FD8

Tints of Plum #D58FD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 37.76%

R = 37.24%
G = 25%
B = 37.76%

CMYK

 C value IS 0.01

 M value IS 0.34

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D58FD8 (or 0xD58FD8) is known color: Plum. HEX triplet: D5, 8F and D8. RGB value is (213,143,216). Sum of RGB (Red+Green+Blue) = 213+143+216=572 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.24% from 572); Green value is 143 (56.25% from 255 or 25% from 572); Blue value is 216 (84.77% from 255 or 37.76% from 572); Max value from RGB is 216 - color contains mainly: blue. Hex color #D58FD8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D58FD8 is #2A7027. Grayscale: #ACACAC. Windows color (decimal): -2781224 or 14192597. OLE color: 14192597.

HSL color Cylindrical-coordinate representation of color #D58FD8: hue angle of 297.53º degrees, saturation: 0.48, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D58FD8 is Cyan = 0.01, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 213 143 216 -
CMYK 0.01 0.34 0 0.15
HSL 297.53º 0.48% 0.7% -
HSV(B) 297.53º 0.34% 0.85% -
XYZ 49.66 38.75 69.83 -
YUV 172.25 152.69 157.06 -
System Red Green Blue C M Y K H S L
Decimal 213 143 216 0.01 0.34 0 0.15 297.53 0.48 0.7
Hex D5 8F D8 1 22 0 F 12A 30 46
Octal 325 217 330 1 42 0 17 452 60 106
Binary 11010101 10001111 11011000 1 100010 0 1111 100101010 110000 1000110

Color Harmonies of #D58FD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58FD8

Black with #D58FD8

Text Example


Text Example

White with #D58FD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58FD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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