Html Css Color HEX #D58CDD Plum

📋 copy color: '#D58CDD'

red 213 ◦ green 140 ◦ blue 221

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

Shades of Plum #D58CDD

Tints of Plum #D58CDD

RGB

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

 GREEN value IS 140 (55.08% from 255) = 24.39%

 BLUE value IS 221 (86.72% from 255) = 38.5%

R = 37.11%
G = 24.39%
B = 38.5%

CMYK

 C value IS 0.04

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D58CDD (or 0xD58CDD) is known color: Plum. HEX triplet: D5, 8C and DD. RGB value is (213,140,221). Sum of RGB (Red+Green+Blue) = 213+140+221=574 (76% of max value = 765). Red value is 213 (83.59% from 255 or 37.11% from 574); Green value is 140 (55.08% from 255 or 24.39% from 574); Blue value is 221 (86.72% from 255 or 38.50% from 574); Max value from RGB is 221 - color contains mainly: blue. Hex color #D58CDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D58CDD is #2A7322. Grayscale: #AAAAAA. Windows color (decimal): -2781987 or 14519509. OLE color: 14519509.

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

Color convert

RGB 213 140 221 -
CMYK 0.04 0.37 0 0.13
HSL 294.07º 0.54% 0.71% -
HSV(B) 294.07º 0.37% 0.87% -
XYZ 49.87 38.12 73.14 -
YUV 171.06 156.18 157.91 -
System Red Green Blue C M Y K H S L
Decimal 213 140 221 0.04 0.37 0 0.13 294.07 0.54 0.71
Hex D5 8C DD 4 25 0 D 126 36 47
Octal 325 214 335 4 45 0 15 446 66 107
Binary 11010101 10001100 11011101 100 100101 0 1101 100100110 110110 1000111

Color Harmonies of #D58CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58CDD

Black with #D58CDD

Text Example


Text Example

White with #D58CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58CDD; }

 p { color: rgb(213,140,221); }

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

background-color css

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

 a { background-color: rgb(213,140,221); }

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

border-color css

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

 span { border-color: rgb(213,140,221); }

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