Html Css Color HEX #D58FD1 Plum

📋 copy color: '#D58FD1'

red 213 ◦ green 143 ◦ blue 209

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

Shades of Plum #D58FD1

Tints of Plum #D58FD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 36.99%

R = 37.7%
G = 25.31%
B = 36.99%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.02

 K value IS 0.16

RGB Variations

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

Color information

#D58FD1 (or 0xD58FD1) is known color: Plum. HEX triplet: D5, 8F and D1. RGB value is (213,143,209). Sum of RGB (Red+Green+Blue) = 213+143+209=565 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.70% from 565); Green value is 143 (56.25% from 255 or 25.31% from 565); Blue value is 209 (82.03% from 255 or 36.99% from 565); Max value from RGB is 213 - color contains mainly: red. Hex color #D58FD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D58FD1 is #2A702E. Grayscale: #ABABAB. Windows color (decimal): -2781231 or 13733845. OLE color: 13733845.

HSL color Cylindrical-coordinate representation of color #D58FD1: hue angle of 303.43º degrees, saturation: 0.45, 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 #D58FD1 is Cyan = 0, Magento = 0.33, Yellow = 0.02 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 143 209 -
CMYK 0 0.33 0.02 0.16
HSL 303.43º 0.45% 0.7% -
HSV(B) 303.43º 0.33% 0.84% -
XYZ 48.77 38.39 65.16 -
YUV 171.45 149.19 157.63 -
System Red Green Blue C M Y K H S L
Decimal 213 143 209 0 0.33 0.02 0.16 303.43 0.45 0.7
Hex D5 8F D1 0 21 2 10 12F 2D 46
Octal 325 217 321 0 41 2 20 457 55 106
Binary 11010101 10001111 11010001 0 100001 10 10000 100101111 101101 1000110

Color Harmonies of #D58FD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58FD1

Black with #D58FD1

Text Example


Text Example

White with #D58FD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58FD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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