Html Css Color HEX #D58DDB Plum

📋 copy color: '#D58DDB'

red 213 ◦ green 141 ◦ blue 219

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

Shades of Plum #D58DDB

Tints of Plum #D58DDB

RGB

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

 GREEN value IS 141 (55.47% from 255) = 24.61%

 BLUE value IS 219 (85.94% from 255) = 38.22%

R = 37.17%
G = 24.61%
B = 38.22%

CMYK

 C value IS 0.03

 M value IS 0.36

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D58DDB (or 0xD58DDB) is known color: Plum. HEX triplet: D5, 8D and DB. RGB value is (213,141,219). Sum of RGB (Red+Green+Blue) = 213+141+219=573 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.17% from 573); Green value is 141 (55.47% from 255 or 24.61% from 573); Blue value is 219 (85.94% from 255 or 38.22% from 573); Max value from RGB is 219 - color contains mainly: blue. Hex color #D58DDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D58DDB is #2A7224. Grayscale: #ABABAB. Windows color (decimal): -2781733 or 14388693. OLE color: 14388693.

HSL color Cylindrical-coordinate representation of color #D58DDB: hue angle of 295.38º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D58DDB is Cyan = 0.03, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 213 141 219 -
CMYK 0.03 0.36 0 0.14
HSL 295.38º 0.52% 0.71% -
HSV(B) 295.38º 0.36% 0.86% -
XYZ 49.75 38.31 71.79 -
YUV 171.42 154.85 157.66 -
System Red Green Blue C M Y K H S L
Decimal 213 141 219 0.03 0.36 0 0.14 295.38 0.52 0.71
Hex D5 8D DB 3 24 0 E 127 34 47
Octal 325 215 333 3 44 0 16 447 64 107
Binary 11010101 10001101 11011011 11 100100 0 1110 100100111 110100 1000111

Color Harmonies of #D58DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58DDB

Black with #D58DDB

Text Example


Text Example

White with #D58DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58DDB; }

 p { color: rgb(213,141,219); }

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

background-color css

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

 a { background-color: rgb(213,141,219); }

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

border-color css

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

 span { border-color: rgb(213,141,219); }

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