Html Css Color HEX #D58FCF Plum

📋 copy color: '#D58FCF'

red 213 ◦ green 143 ◦ blue 207

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

Shades of Plum #D58FCF

Tints of Plum #D58FCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 36.77%

R = 37.83%
G = 25.4%
B = 36.77%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#D58FCF (or 0xD58FCF) is known color: Plum. HEX triplet: D5, 8F and CF. RGB value is (213,143,207). Sum of RGB (Red+Green+Blue) = 213+143+207=563 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.83% from 563); Green value is 143 (56.25% from 255 or 25.40% from 563); Blue value is 207 (81.25% from 255 or 36.77% from 563); Max value from RGB is 213 - color contains mainly: red. Hex color #D58FCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D58FCF is #2A7030. Grayscale: #ABABAB. Windows color (decimal): -2781233 or 13602773. OLE color: 13602773.

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

Color convert

RGB 213 143 207 -
CMYK 0 0.33 0.03 0.16
HSL 305.14º 0.45% 0.7% -
HSV(B) 305.14º 0.33% 0.84% -
XYZ 48.53 38.3 63.87 -
YUV 171.23 148.19 157.8 -
System Red Green Blue C M Y K H S L
Decimal 213 143 207 0 0.33 0.03 0.16 305.14 0.45 0.7
Hex D5 8F CF 0 21 3 10 131 2D 46
Octal 325 217 317 0 41 3 20 461 55 106
Binary 11010101 10001111 11001111 0 100001 11 10000 100110001 101101 1000110

Color Harmonies of #D58FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58FCF

Black with #D58FCF

Text Example


Text Example

White with #D58FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58FCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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