Html Css Color HEX #D58CE2 Plum

📋 copy color: '#D58CE2'

red 213 ◦ green 140 ◦ blue 226

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

Shades of Plum #D58CE2

Tints of Plum #D58CE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 39.03%

R = 36.79%
G = 24.18%
B = 39.03%

CMYK

 C value IS 0.06

 M value IS 0.38

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#D58CE2 (or 0xD58CE2) is known color: Plum. HEX triplet: D5, 8C and E2. RGB value is (213,140,226). Sum of RGB (Red+Green+Blue) = 213+140+226=579 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.79% from 579); Green value is 140 (55.08% from 255 or 24.18% from 579); Blue value is 226 (88.67% from 255 or 39.03% from 579); Max value from RGB is 226 - color contains mainly: blue. Hex color #D58CE2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D58CE2 is #2A731D. Grayscale: #ABABAB. Windows color (decimal): -2781982 or 14847189. OLE color: 14847189.

HSL color Cylindrical-coordinate representation of color #D58CE2: hue angle of 290.93º degrees, saturation: 0.6, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D58CE2 is Cyan = 0.06, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 213 140 226 -
CMYK 0.06 0.38 0 0.11
HSL 290.93º 0.6% 0.72% -
HSV(B) 290.93º 0.38% 0.89% -
XYZ 50.55 38.39 76.7 -
YUV 171.63 158.68 157.51 -
System Red Green Blue C M Y K H S L
Decimal 213 140 226 0.06 0.38 0 0.11 290.93 0.6 0.72
Hex D5 8C E2 6 26 0 B 123 3C 48
Octal 325 214 342 6 46 0 13 443 74 110
Binary 11010101 10001100 11100010 110 100110 0 1011 100100011 111100 1001000

Color Harmonies of #D58CE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58CE2

Black with #D58CE2

Text Example


Text Example

White with #D58CE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58CE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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