Html Css Color HEX #DCA7DE Plum

📋 copy color: '#DCA7DE'

red 220 ◦ green 167 ◦ blue 222

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

Shades of Plum #DCA7DE

Tints of Plum #DCA7DE

RGB

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

 GREEN value IS 167 (65.63% from 255) = 27.42%

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

R = 36.12%
G = 27.42%
B = 36.45%

CMYK

 C value IS 0.01

 M value IS 0.25

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DCA7DE (or 0xDCA7DE) is known color: Plum. HEX triplet: DC, A7 and DE. RGB value is (220,167,222). Sum of RGB (Red+Green+Blue) = 220+167+222=609 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.12% from 609); Green value is 167 (65.62% from 255 or 27.42% from 609); Blue value is 222 (87.11% from 255 or 36.45% from 609); Max value from RGB is 222 - color contains mainly: blue. Hex color #DCA7DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCA7DE is #235821. Grayscale: #BCBCBC. Windows color (decimal): -2316322 or 14591964. OLE color: 14591964.

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

Color convert

RGB 220 167 222 -
CMYK 0.01 0.25 0 0.13
HSL 297.82º 0.45% 0.76% -
HSV(B) 297.82º 0.25% 0.87% -
XYZ 56.52 48.13 75.42 -
YUV 189.12 146.56 150.03 -
System Red Green Blue C M Y K H S L
Decimal 220 167 222 0.01 0.25 0 0.13 297.82 0.45 0.76
Hex DC A7 DE 1 19 0 D 12A 2D 4C
Octal 334 247 336 1 31 0 15 452 55 114
Binary 11011100 10100111 11011110 1 11001 0 1101 100101010 101101 1001100

Color Harmonies of #DCA7DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA7DE

Black with #DCA7DE

Text Example


Text Example

White with #DCA7DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA7DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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