Html Css Color HEX #DA9DD2 Plum

📋 copy color: '#DA9DD2'

red 218 ◦ green 157 ◦ blue 210

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

Shades of Plum #DA9DD2

Tints of Plum #DA9DD2

RGB

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

 GREEN value IS 157 (61.72% from 255) = 26.84%

 BLUE value IS 210 (82.42% from 255) = 35.9%

R = 37.26%
G = 26.84%
B = 35.9%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.04

 K value IS 0.15

RGB Variations

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

Color information

#DA9DD2 (or 0xDA9DD2) is known color: Plum. HEX triplet: DA, 9D and D2. RGB value is (218,157,210). Sum of RGB (Red+Green+Blue) = 218+157+210=585 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.26% from 585); Green value is 157 (61.72% from 255 or 26.84% from 585); Blue value is 210 (82.42% from 255 or 35.90% from 585); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9DD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA9DD2 is #25622D. Grayscale: #B5B5B5. Windows color (decimal): -2449966 or 13802970. OLE color: 13802970.

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

Color convert

RGB 218 157 210 -
CMYK 0 0.28 0.04 0.15
HSL 307.87º 0.45% 0.74% -
HSV(B) 307.87º 0.28% 0.85% -
XYZ 52.6 43.67 66.63 -
YUV 181.28 144.21 154.19 -
System Red Green Blue C M Y K H S L
Decimal 218 157 210 0 0.28 0.04 0.15 307.87 0.45 0.74
Hex DA 9D D2 0 1C 4 F 134 2D 4A
Octal 332 235 322 0 34 4 17 464 55 112
Binary 11011010 10011101 11010010 0 11100 100 1111 100110100 101101 1001010

Color Harmonies of #DA9DD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9DD2

Black with #DA9DD2

Text Example


Text Example

White with #DA9DD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9DD2; }

 p { color: rgb(218,157,210); }

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

background-color css

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

 a { background-color: rgb(218,157,210); }

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

border-color css

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

 span { border-color: rgb(218,157,210); }

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