Html Css Color HEX #DA9DDF Plum

📋 copy color: '#DA9DDF'

red 218 ◦ green 157 ◦ blue 223

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

Shades of Plum #DA9DDF

Tints of Plum #DA9DDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 37.29%

R = 36.45%
G = 26.25%
B = 37.29%

CMYK

 C value IS 0.02

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DA9DDF (or 0xDA9DDF) is known color: Plum. HEX triplet: DA, 9D and DF. RGB value is (218,157,223). Sum of RGB (Red+Green+Blue) = 218+157+223=598 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.45% from 598); Green value is 157 (61.72% from 255 or 26.25% from 598); Blue value is 223 (87.5% from 255 or 37.29% from 598); Max value from RGB is 223 - color contains mainly: blue. Hex color #DA9DDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA9DDF is #256220. Grayscale: #B6B6B6. Windows color (decimal): -2449953 or 14654938. OLE color: 14654938.

HSL color Cylindrical-coordinate representation of color #DA9DDF: hue angle of 295.45º degrees, saturation: 0.51, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DA9DDF is Cyan = 0.02, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 218 157 223 -
CMYK 0.02 0.30 0 0.13
HSL 295.45º 0.51% 0.75% -
HSV(B) 295.45º 0.3% 0.87% -
XYZ 54.29 44.35 75.51 -
YUV 182.76 150.71 153.13 -
System Red Green Blue C M Y K H S L
Decimal 218 157 223 0.02 0.30 0 0.13 295.45 0.51 0.75
Hex DA 9D DF 2 1E 0 D 127 33 4B
Octal 332 235 337 2 36 0 15 447 63 113
Binary 11011010 10011101 11011111 10 11110 0 1101 100100111 110011 1001011

Color Harmonies of #DA9DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9DDF

Black with #DA9DDF

Text Example


Text Example

White with #DA9DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9DDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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