Html Css Color HEX #D58CD2 Plum

📋 copy color: '#D58CD2'

red 213 ◦ green 140 ◦ blue 210

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

Shades of Plum #D58CD2

Tints of Plum #D58CD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 37.3%

R = 37.83%
G = 24.87%
B = 37.3%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.01

 K value IS 0.16

RGB Variations

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

Color information

#D58CD2 (or 0xD58CD2) is known color: Plum. HEX triplet: D5, 8C and D2. RGB value is (213,140,210). Sum of RGB (Red+Green+Blue) = 213+140+210=563 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.83% from 563); Green value is 140 (55.08% from 255 or 24.87% from 563); Blue value is 210 (82.42% from 255 or 37.30% from 563); Max value from RGB is 213 - color contains mainly: red. Hex color #D58CD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D58CD2 is #2A732D. Grayscale: #A9A9A9. Windows color (decimal): -2781998 or 13798613. OLE color: 13798613.

HSL color Cylindrical-coordinate representation of color #D58CD2: hue angle of 302.47º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D58CD2 is Cyan = 0, Magento = 0.34, Yellow = 0.01 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 140 210 -
CMYK 0 0.34 0.01 0.16
HSL 302.47º 0.46% 0.69% -
HSV(B) 302.47º 0.34% 0.84% -
XYZ 48.45 37.56 65.67 -
YUV 169.81 150.68 158.81 -
System Red Green Blue C M Y K H S L
Decimal 213 140 210 0 0.34 0.01 0.16 302.47 0.46 0.69
Hex D5 8C D2 0 22 1 10 12E 2E 45
Octal 325 214 322 0 42 1 20 456 56 105
Binary 11010101 10001100 11010010 0 100010 1 10000 100101110 101110 1000101

Color Harmonies of #D58CD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58CD2

Black with #D58CD2

Text Example


Text Example

White with #D58CD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58CD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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