Html Css Color HEX #D58DDA Plum

📋 copy color: '#D58DDA'

red 213 ◦ green 141 ◦ blue 218

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

Shades of Plum #D58DDA

Tints of Plum #D58DDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 38.11%

R = 37.24%
G = 24.65%
B = 38.11%

CMYK

 C value IS 0.02

 M value IS 0.35

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D58DDA (or 0xD58DDA) is known color: Plum. HEX triplet: D5, 8D and DA. RGB value is (213,141,218). Sum of RGB (Red+Green+Blue) = 213+141+218=572 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.24% from 572); Green value is 141 (55.47% from 255 or 24.65% from 572); Blue value is 218 (85.55% from 255 or 38.11% from 572); Max value from RGB is 218 - color contains mainly: blue. Hex color #D58DDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D58DDA is #2A7225. Grayscale: #ABABAB. Windows color (decimal): -2781734 or 14323157. OLE color: 14323157.

HSL color Cylindrical-coordinate representation of color #D58DDA: hue angle of 296.1º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D58DDA is Cyan = 0.02, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 213 141 218 -
CMYK 0.02 0.35 0 0.15
HSL 296.1º 0.51% 0.7% -
HSV(B) 296.1º 0.35% 0.85% -
XYZ 49.62 38.26 71.1 -
YUV 171.31 154.35 157.74 -
System Red Green Blue C M Y K H S L
Decimal 213 141 218 0.02 0.35 0 0.15 296.1 0.51 0.7
Hex D5 8D DA 2 23 0 F 128 33 46
Octal 325 215 332 2 43 0 17 450 63 106
Binary 11010101 10001101 11011010 10 100011 0 1111 100101000 110011 1000110

Color Harmonies of #D58DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58DDA

Black with #D58DDA

Text Example


Text Example

White with #D58DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58DDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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