Html Css Color HEX #D58FD7 Plum

📋 copy color: '#D58FD7'

red 213 ◦ green 143 ◦ blue 215

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

Shades of Plum #D58FD7

Tints of Plum #D58FD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 37.65%

R = 37.3%
G = 25.04%
B = 37.65%

CMYK

 C value IS 0.01

 M value IS 0.33

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D58FD7 (or 0xD58FD7) is known color: Plum. HEX triplet: D5, 8F and D7. RGB value is (213,143,215). Sum of RGB (Red+Green+Blue) = 213+143+215=571 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.30% from 571); Green value is 143 (56.25% from 255 or 25.04% from 571); Blue value is 215 (84.38% from 255 or 37.65% from 571); Max value from RGB is 215 - color contains mainly: blue. Hex color #D58FD7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D58FD7 is #2A7028. Grayscale: #ABABAB. Windows color (decimal): -2781225 or 14127061. OLE color: 14127061.

HSL color Cylindrical-coordinate representation of color #D58FD7: hue angle of 298.33º degrees, saturation: 0.47, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D58FD7 is Cyan = 0.01, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 143 215 -
CMYK 0.01 0.33 0 0.16
HSL 298.33º 0.47% 0.7% -
HSV(B) 298.33º 0.33% 0.84% -
XYZ 49.53 38.7 69.15 -
YUV 172.14 152.19 157.15 -
System Red Green Blue C M Y K H S L
Decimal 213 143 215 0.01 0.33 0 0.16 298.33 0.47 0.7
Hex D5 8F D7 1 21 0 10 12A 2F 46
Octal 325 217 327 1 41 0 20 452 57 106
Binary 11010101 10001111 11010111 1 100001 0 10000 100101010 101111 1000110

Color Harmonies of #D58FD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58FD7

Black with #D58FD7

Text Example


Text Example

White with #D58FD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58FD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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