Html Css Color HEX #D58CD4 Plum

📋 copy color: '#D58CD4'

red 213 ◦ green 140 ◦ blue 212

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

Shades of Plum #D58CD4

Tints of Plum #D58CD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 37.52%

R = 37.7%
G = 24.78%
B = 37.52%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.00

 K value IS 0.16

RGB Variations

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

Color information

#D58CD4 (or 0xD58CD4) is known color: Plum. HEX triplet: D5, 8C and D4. RGB value is (213,140,212). Sum of RGB (Red+Green+Blue) = 213+140+212=565 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.70% from 565); Green value is 140 (55.08% from 255 or 24.78% from 565); Blue value is 212 (83.20% from 255 or 37.52% from 565); Max value from RGB is 213 - color contains mainly: red. Hex color #D58CD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D58CD4 is #2A732B. Grayscale: #A9A9A9. Windows color (decimal): -2781996 or 13929685. OLE color: 13929685.

HSL color Cylindrical-coordinate representation of color #D58CD4: hue angle of 300.82º 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 #D58CD4 is Cyan = 0, Magento = 0.34, Yellow = 0.00 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 140 212 -
CMYK 0 0.34 0.00 0.16
HSL 300.82º 0.46% 0.69% -
HSV(B) 300.82º 0.34% 0.84% -
XYZ 48.7 37.66 66.99 -
YUV 170.04 151.68 158.65 -
System Red Green Blue C M Y K H S L
Decimal 213 140 212 0 0.34 0.00 0.16 300.82 0.46 0.69
Hex D5 8C D4 0 22 0 10 12D 2E 45
Octal 325 214 324 0 42 0 20 455 56 105
Binary 11010101 10001100 11010100 0 100010 0 10000 100101101 101110 1000101

Color Harmonies of #D58CD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58CD4

Black with #D58CD4

Text Example


Text Example

White with #D58CD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58CD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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