Html Css Color HEX #DA9DDE Plum

📋 copy color: '#DA9DDE'

red 218 ◦ green 157 ◦ blue 222

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

Shades of Plum #DA9DDE

Tints of Plum #DA9DDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 37.19%

R = 36.52%
G = 26.3%
B = 37.19%

CMYK

 C value IS 0.02

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DA9DDE (or 0xDA9DDE) is known color: Plum. HEX triplet: DA, 9D and DE. RGB value is (218,157,222). Sum of RGB (Red+Green+Blue) = 218+157+222=597 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.52% from 597); Green value is 157 (61.72% from 255 or 26.30% from 597); Blue value is 222 (87.11% from 255 or 37.19% from 597); Max value from RGB is 222 - color contains mainly: blue. Hex color #DA9DDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA9DDE is #256221. Grayscale: #B6B6B6. Windows color (decimal): -2449954 or 14589402. OLE color: 14589402.

HSL color Cylindrical-coordinate representation of color #DA9DDE: hue angle of 296.31º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DA9DDE is Cyan = 0.02, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 218 157 222 -
CMYK 0.02 0.29 0 0.13
HSL 296.31º 0.5% 0.74% -
HSV(B) 296.31º 0.29% 0.87% -
XYZ 54.16 44.29 74.8 -
YUV 182.65 150.21 153.21 -
System Red Green Blue C M Y K H S L
Decimal 218 157 222 0.02 0.29 0 0.13 296.31 0.5 0.74
Hex DA 9D DE 2 1D 0 D 128 32 4A
Octal 332 235 336 2 35 0 15 450 62 112
Binary 11011010 10011101 11011110 10 11101 0 1101 100101000 110010 1001010

Color Harmonies of #DA9DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9DDE

Black with #DA9DDE

Text Example


Text Example

White with #DA9DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9DDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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