Html Css Color HEX #D58BDA Plum

📋 copy color: '#D58BDA'

red 213 ◦ green 139 ◦ blue 218

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

Shades of Plum #D58BDA

Tints of Plum #D58BDA

RGB

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

 GREEN value IS 139 (54.69% from 255) = 24.39%

 BLUE value IS 218 (85.55% from 255) = 38.25%

R = 37.37%
G = 24.39%
B = 38.25%

CMYK

 C value IS 0.02

 M value IS 0.36

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D58BDA (or 0xD58BDA) is known color: Plum. HEX triplet: D5, 8B and DA. RGB value is (213,139,218). Sum of RGB (Red+Green+Blue) = 213+139+218=570 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.37% from 570); Green value is 139 (54.69% from 255 or 24.39% from 570); Blue value is 218 (85.55% from 255 or 38.25% from 570); Max value from RGB is 218 - color contains mainly: blue. Hex color #D58BDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D58BDA is #2A7425. Grayscale: #A9A9A9. Windows color (decimal): -2782246 or 14322645. OLE color: 14322645.

HSL color Cylindrical-coordinate representation of color #D58BDA: hue angle of 296.2º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D58BDA is Cyan = 0.02, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 213 139 218 -
CMYK 0.02 0.36 0 0.15
HSL 296.2º 0.52% 0.7% -
HSV(B) 296.2º 0.36% 0.85% -
XYZ 49.33 37.67 71 -
YUV 170.13 155.02 158.58 -
System Red Green Blue C M Y K H S L
Decimal 213 139 218 0.02 0.36 0 0.15 296.2 0.52 0.7
Hex D5 8B DA 2 24 0 F 128 34 46
Octal 325 213 332 2 44 0 17 450 64 106
Binary 11010101 10001011 11011010 10 100100 0 1111 100101000 110100 1000110

Color Harmonies of #D58BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58BDA

Black with #D58BDA

Text Example


Text Example

White with #D58BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58BDA; }

 p { color: rgb(213,139,218); }

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

background-color css

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

 a { background-color: rgb(213,139,218); }

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

border-color css

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

 span { border-color: rgb(213,139,218); }

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