Html Css Color HEX #D58CDA Plum

📋 copy color: '#D58CDA'

red 213 ◦ green 140 ◦ blue 218

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

Shades of Plum #D58CDA

Tints of Plum #D58CDA

RGB

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

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

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

R = 37.3%
G = 24.52%
B = 38.18%

CMYK

 C value IS 0.02

 M value IS 0.36

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D58CDA (or 0xD58CDA) is known color: Plum. HEX triplet: D5, 8C and DA. RGB value is (213,140,218). Sum of RGB (Red+Green+Blue) = 213+140+218=571 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.30% from 571); Green value is 140 (55.08% from 255 or 24.52% from 571); Blue value is 218 (85.55% from 255 or 38.18% from 571); Max value from RGB is 218 - color contains mainly: blue. Hex color #D58CDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D58CDA is #2A7325. Grayscale: #AAAAAA. Windows color (decimal): -2781990 or 14322901. OLE color: 14322901.

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

Color convert

RGB 213 140 218 -
CMYK 0.02 0.36 0 0.15
HSL 296.15º 0.51% 0.7% -
HSV(B) 296.15º 0.36% 0.85% -
XYZ 49.47 37.96 71.05 -
YUV 170.72 154.68 158.16 -
System Red Green Blue C M Y K H S L
Decimal 213 140 218 0.02 0.36 0 0.15 296.15 0.51 0.7
Hex D5 8C DA 2 24 0 F 128 33 46
Octal 325 214 332 2 44 0 17 450 63 106
Binary 11010101 10001100 11011010 10 100100 0 1111 100101000 110011 1000110

Color Harmonies of #D58CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58CDA

Black with #D58CDA

Text Example


Text Example

White with #D58CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58CDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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