Html Css Color HEX #DC9ADE Plum

📋 copy color: '#DC9ADE'

red 220 ◦ green 154 ◦ blue 222

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

Shades of Plum #DC9ADE

Tints of Plum #DC9ADE

RGB

 RED value IS 220 (86.33% from 255) = 36.91%

 GREEN value IS 154 (60.55% from 255) = 25.84%

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

R = 36.91%
G = 25.84%
B = 37.25%

CMYK

 C value IS 0.01

 M value IS 0.31

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DC9ADE (or 0xDC9ADE) is known color: Plum. HEX triplet: DC, 9A and DE. RGB value is (220,154,222). Sum of RGB (Red+Green+Blue) = 220+154+222=596 (78% of max value = 765). Red value is 220 (86.33% from 255 or 36.91% from 596); Green value is 154 (60.55% from 255 or 25.84% from 596); Blue value is 222 (87.11% from 255 or 37.25% from 596); Max value from RGB is 222 - color contains mainly: blue. Hex color #DC9ADE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC9ADE is #236521. Grayscale: #B5B5B5. Windows color (decimal): -2319650 or 14588636. OLE color: 14588636.

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

Color convert

RGB 220 154 222 -
CMYK 0.01 0.31 0 0.13
HSL 298.24º 0.51% 0.74% -
HSV(B) 298.24º 0.31% 0.87% -
XYZ 54.26 43.6 74.66 -
YUV 181.49 150.87 155.47 -
System Red Green Blue C M Y K H S L
Decimal 220 154 222 0.01 0.31 0 0.13 298.24 0.51 0.74
Hex DC 9A DE 1 1F 0 D 12A 33 4A
Octal 334 232 336 1 37 0 15 452 63 112
Binary 11011100 10011010 11011110 1 11111 0 1101 100101010 110011 1001010

Color Harmonies of #DC9ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9ADE

Black with #DC9ADE

Text Example


Text Example

White with #DC9ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9ADE; }

 p { color: rgb(220,154,222); }

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

background-color css

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

 a { background-color: rgb(220,154,222); }

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

border-color css

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

 span { border-color: rgb(220,154,222); }

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