Html Css Color HEX #DA8DD1 Plum

📋 copy color: '#DA8DD1'

red 218 ◦ green 141 ◦ blue 209

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

Shades of Plum #DA8DD1

Tints of Plum #DA8DD1

RGB

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

 GREEN value IS 141 (55.47% from 255) = 24.82%

 BLUE value IS 209 (82.03% from 255) = 36.8%

R = 38.38%
G = 24.82%
B = 36.8%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.04

 K value IS 0.15

RGB Variations

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

Color information

#DA8DD1 (or 0xDA8DD1) is known color: Plum. HEX triplet: DA, 8D and D1. RGB value is (218,141,209). Sum of RGB (Red+Green+Blue) = 218+141+209=568 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.38% from 568); Green value is 141 (55.47% from 255 or 24.82% from 568); Blue value is 209 (82.03% from 255 or 36.80% from 568); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8DD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA8DD1 is #25722E. Grayscale: #ABABAB. Windows color (decimal): -2454063 or 13733338. OLE color: 13733338.

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

Color convert

RGB 218 141 209 -
CMYK 0 0.35 0.04 0.15
HSL 307.01º 0.51% 0.7% -
HSV(B) 307.01º 0.35% 0.85% -
XYZ 49.95 38.56 65.13 -
YUV 171.78 149.01 160.97 -
System Red Green Blue C M Y K H S L
Decimal 218 141 209 0 0.35 0.04 0.15 307.01 0.51 0.7
Hex DA 8D D1 0 23 4 F 133 33 46
Octal 332 215 321 0 43 4 17 463 63 106
Binary 11011010 10001101 11010001 0 100011 100 1111 100110011 110011 1000110

Color Harmonies of #DA8DD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8DD1

Black with #DA8DD1

Text Example


Text Example

White with #DA8DD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8DD1; }

 p { color: rgb(218,141,209); }

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

background-color css

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

 a { background-color: rgb(218,141,209); }

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

border-color css

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

 span { border-color: rgb(218,141,209); }

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