Html Css Color HEX #D58AD4 Plum

📋 copy color: '#D58AD4'

red 213 ◦ green 138 ◦ blue 212

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

Shades of Plum #D58AD4

Tints of Plum #D58AD4

RGB

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

 GREEN value IS 138 (54.3% from 255) = 24.51%

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

R = 37.83%
G = 24.51%
B = 37.66%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.00

 K value IS 0.16

RGB Variations

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

Color information

#D58AD4 (or 0xD58AD4) is known color: Plum. HEX triplet: D5, 8A and D4. RGB value is (213,138,212). Sum of RGB (Red+Green+Blue) = 213+138+212=563 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.83% from 563); Green value is 138 (54.30% from 255 or 24.51% from 563); Blue value is 212 (83.20% from 255 or 37.66% from 563); Max value from RGB is 213 - color contains mainly: red. Hex color #D58AD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D58AD4 is #2A752B. Grayscale: #A8A8A8. Windows color (decimal): -2782508 or 13929173. OLE color: 13929173.

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

Color convert

RGB 213 138 212 -
CMYK 0 0.35 0.00 0.16
HSL 300.8º 0.47% 0.69% -
HSV(B) 300.8º 0.35% 0.84% -
XYZ 48.41 37.08 66.89 -
YUV 168.86 152.35 159.48 -
System Red Green Blue C M Y K H S L
Decimal 213 138 212 0 0.35 0.00 0.16 300.8 0.47 0.69
Hex D5 8A D4 0 23 0 10 12D 2F 45
Octal 325 212 324 0 43 0 20 455 57 105
Binary 11010101 10001010 11010100 0 100011 0 10000 100101101 101111 1000101

Color Harmonies of #D58AD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58AD4

Black with #D58AD4

Text Example


Text Example

White with #D58AD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58AD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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