Html Css Color HEX #DA8BD5 Plum

📋 copy color: '#DA8BD5'

red 218 ◦ green 139 ◦ blue 213

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

Shades of Plum #DA8BD5

Tints of Plum #DA8BD5

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.02

 K value IS 0.15

RGB Variations

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

Color information

#DA8BD5 (or 0xDA8BD5) is known color: Plum. HEX triplet: DA, 8B and D5. RGB value is (218,139,213). Sum of RGB (Red+Green+Blue) = 218+139+213=570 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.25% from 570); Green value is 139 (54.69% from 255 or 24.39% from 570); Blue value is 213 (83.59% from 255 or 37.37% from 570); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8BD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA8BD5 is #25742A. Grayscale: #AAAAAA. Windows color (decimal): -2454571 or 13994970. OLE color: 13994970.

HSL color Cylindrical-coordinate representation of color #DA8BD5: hue angle of 303.8º 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 #DA8BD5 is Cyan = 0, Magento = 0.36, Yellow = 0.02 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 139 213 -
CMYK 0 0.36 0.02 0.15
HSL 303.8º 0.52% 0.7% -
HSV(B) 303.8º 0.36% 0.85% -
XYZ 50.16 38.17 67.68 -
YUV 171.06 151.67 161.48 -
System Red Green Blue C M Y K H S L
Decimal 218 139 213 0 0.36 0.02 0.15 303.8 0.52 0.7
Hex DA 8B D5 0 24 2 F 130 34 46
Octal 332 213 325 0 44 2 17 460 64 106
Binary 11011010 10001011 11010101 0 100100 10 1111 100110000 110100 1000110

Color Harmonies of #DA8BD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8BD5

Black with #DA8BD5

Text Example


Text Example

White with #DA8BD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8BD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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