Html Css Color HEX #DA8BD3 Plum

📋 copy color: '#DA8BD3'

red 218 ◦ green 139 ◦ blue 211

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

Shades of Plum #DA8BD3

Tints of Plum #DA8BD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 37.15%

R = 38.38%
G = 24.47%
B = 37.15%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.03

 K value IS 0.15

RGB Variations

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

Color information

#DA8BD3 (or 0xDA8BD3) is known color: Plum. HEX triplet: DA, 8B and D3. RGB value is (218,139,211). Sum of RGB (Red+Green+Blue) = 218+139+211=568 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.38% from 568); Green value is 139 (54.69% from 255 or 24.47% from 568); Blue value is 211 (82.81% from 255 or 37.15% from 568); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8BD3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA8BD3 is #25742C. Grayscale: #AAAAAA. Windows color (decimal): -2454573 or 13863898. OLE color: 13863898.

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

Color convert

RGB 218 139 211 -
CMYK 0 0.36 0.03 0.15
HSL 305.32º 0.52% 0.7% -
HSV(B) 305.32º 0.36% 0.85% -
XYZ 49.9 38.07 66.35 -
YUV 170.83 150.67 161.65 -
System Red Green Blue C M Y K H S L
Decimal 218 139 211 0 0.36 0.03 0.15 305.32 0.52 0.7
Hex DA 8B D3 0 24 3 F 131 34 46
Octal 332 213 323 0 44 3 17 461 64 106
Binary 11011010 10001011 11010011 0 100100 11 1111 100110001 110100 1000110

Color Harmonies of #DA8BD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8BD3

Black with #DA8BD3

Text Example


Text Example

White with #DA8BD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8BD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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