Html Css Color HEX #DA9DD7 Plum

📋 copy color: '#DA9DD7'

red 218 ◦ green 157 ◦ blue 215

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

Shades of Plum #DA9DD7

Tints of Plum #DA9DD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 36.44%

R = 36.95%
G = 26.61%
B = 36.44%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.01

 K value IS 0.15

RGB Variations

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

Color information

#DA9DD7 (or 0xDA9DD7) is known color: Plum. HEX triplet: DA, 9D and D7. RGB value is (218,157,215). Sum of RGB (Red+Green+Blue) = 218+157+215=590 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.95% from 590); Green value is 157 (61.72% from 255 or 26.61% from 590); Blue value is 215 (84.38% from 255 or 36.44% from 590); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9DD7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA9DD7 is #256228. Grayscale: #B5B5B5. Windows color (decimal): -2449961 or 14130650. OLE color: 14130650.

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

Color convert

RGB 218 157 215 -
CMYK 0 0.28 0.01 0.15
HSL 302.95º 0.45% 0.74% -
HSV(B) 302.95º 0.28% 0.85% -
XYZ 53.24 43.93 69.96 -
YUV 181.85 146.71 153.78 -
System Red Green Blue C M Y K H S L
Decimal 218 157 215 0 0.28 0.01 0.15 302.95 0.45 0.74
Hex DA 9D D7 0 1C 1 F 12F 2D 4A
Octal 332 235 327 0 34 1 17 457 55 112
Binary 11011010 10011101 11010111 0 11100 1 1111 100101111 101101 1001010

Color Harmonies of #DA9DD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9DD7

Black with #DA9DD7

Text Example


Text Example

White with #DA9DD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9DD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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