Html Css Color HEX #D58CE1 Plum

📋 copy color: '#D58CE1'

red 213 ◦ green 140 ◦ blue 225

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

Shades of Plum #D58CE1

Tints of Plum #D58CE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 38.93%

R = 36.85%
G = 24.22%
B = 38.93%

CMYK

 C value IS 0.05

 M value IS 0.38

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D58CE1 (or 0xD58CE1) is known color: Plum. HEX triplet: D5, 8C and E1. RGB value is (213,140,225). Sum of RGB (Red+Green+Blue) = 213+140+225=578 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.85% from 578); Green value is 140 (55.08% from 255 or 24.22% from 578); Blue value is 225 (88.28% from 255 or 38.93% from 578); Max value from RGB is 225 - color contains mainly: blue. Hex color #D58CE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D58CE1 is #2A731E. Grayscale: #ABABAB. Windows color (decimal): -2781983 or 14781653. OLE color: 14781653.

HSL color Cylindrical-coordinate representation of color #D58CE1: hue angle of 291.53º degrees, saturation: 0.59, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D58CE1 is Cyan = 0.05, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 213 140 225 -
CMYK 0.05 0.38 0 0.12
HSL 291.53º 0.59% 0.72% -
HSV(B) 291.53º 0.38% 0.88% -
XYZ 50.41 38.34 75.98 -
YUV 171.52 158.18 157.59 -
System Red Green Blue C M Y K H S L
Decimal 213 140 225 0.05 0.38 0 0.12 291.53 0.59 0.72
Hex D5 8C E1 5 26 0 C 124 3B 48
Octal 325 214 341 5 46 0 14 444 73 110
Binary 11010101 10001100 11100001 101 100110 0 1100 100100100 111011 1001000

Color Harmonies of #D58CE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58CE1

Black with #D58CE1

Text Example


Text Example

White with #D58CE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58CE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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