Html Css Color HEX #D58ADB Plum

📋 copy color: '#D58ADB'

red 213 ◦ green 138 ◦ blue 219

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

Shades of Plum #D58ADB

Tints of Plum #D58ADB

RGB

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

 GREEN value IS 138 (54.3% from 255) = 24.21%

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

R = 37.37%
G = 24.21%
B = 38.42%

CMYK

 C value IS 0.03

 M value IS 0.37

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D58ADB (or 0xD58ADB) is known color: Plum. HEX triplet: D5, 8A and DB. RGB value is (213,138,219). Sum of RGB (Red+Green+Blue) = 213+138+219=570 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.37% from 570); Green value is 138 (54.30% from 255 or 24.21% from 570); Blue value is 219 (85.94% from 255 or 38.42% from 570); Max value from RGB is 219 - color contains mainly: blue. Hex color #D58ADB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D58ADB is #2A7524. Grayscale: #A9A9A9. Windows color (decimal): -2782501 or 14387925. OLE color: 14387925.

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

Color convert

RGB 213 138 219 -
CMYK 0.03 0.37 0 0.14
HSL 295.56º 0.53% 0.7% -
HSV(B) 295.56º 0.37% 0.86% -
XYZ 49.32 37.44 71.64 -
YUV 169.66 155.85 158.91 -
System Red Green Blue C M Y K H S L
Decimal 213 138 219 0.03 0.37 0 0.14 295.56 0.53 0.7
Hex D5 8A DB 3 25 0 E 128 35 46
Octal 325 212 333 3 45 0 16 450 65 106
Binary 11010101 10001010 11011011 11 100101 0 1110 100101000 110101 1000110

Color Harmonies of #D58ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58ADB

Black with #D58ADB

Text Example


Text Example

White with #D58ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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