Html Css Color HEX #DA9DDC Plum

📋 copy color: '#DA9DDC'

red 218 ◦ green 157 ◦ blue 220

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

Shades of Plum #DA9DDC

Tints of Plum #DA9DDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 36.97%

R = 36.64%
G = 26.39%
B = 36.97%

CMYK

 C value IS 0.01

 M value IS 0.29

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DA9DDC (or 0xDA9DDC) is known color: Plum. HEX triplet: DA, 9D and DC. RGB value is (218,157,220). Sum of RGB (Red+Green+Blue) = 218+157+220=595 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.64% from 595); Green value is 157 (61.72% from 255 or 26.39% from 595); Blue value is 220 (86.33% from 255 or 36.97% from 595); Max value from RGB is 220 - color contains mainly: blue. Hex color #DA9DDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA9DDC is #256223. Grayscale: #B6B6B6. Windows color (decimal): -2449956 or 14458330. OLE color: 14458330.

HSL color Cylindrical-coordinate representation of color #DA9DDC: hue angle of 298.1º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DA9DDC is Cyan = 0.01, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 218 157 220 -
CMYK 0.01 0.29 0 0.14
HSL 298.1º 0.47% 0.74% -
HSV(B) 298.1º 0.29% 0.86% -
XYZ 53.89 44.19 73.4 -
YUV 182.42 149.21 153.38 -
System Red Green Blue C M Y K H S L
Decimal 218 157 220 0.01 0.29 0 0.14 298.1 0.47 0.74
Hex DA 9D DC 1 1D 0 E 12A 2F 4A
Octal 332 235 334 1 35 0 16 452 57 112
Binary 11011010 10011101 11011100 1 11101 0 1110 100101010 101111 1001010

Color Harmonies of #DA9DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9DDC

Black with #DA9DDC

Text Example


Text Example

White with #DA9DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9DDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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