Html Css Color HEX #DCA5EA Plum

📋 copy color: '#DCA5EA'

red 220 ◦ green 165 ◦ blue 234

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

Shades of Plum #DCA5EA

Tints of Plum #DCA5EA

RGB

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

 GREEN value IS 165 (64.84% from 255) = 26.66%

 BLUE value IS 234 (91.8% from 255) = 37.8%

R = 35.54%
G = 26.66%
B = 37.8%

CMYK

 C value IS 0.06

 M value IS 0.29

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DCA5EA (or 0xDCA5EA) is known color: Plum. HEX triplet: DC, A5 and EA. RGB value is (220,165,234). Sum of RGB (Red+Green+Blue) = 220+165+234=619 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.54% from 619); Green value is 165 (64.84% from 255 or 26.66% from 619); Blue value is 234 (91.80% from 255 or 37.80% from 619); Max value from RGB is 234 - color contains mainly: blue. Hex color #DCA5EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCA5EA is #235A15. Grayscale: #BDBDBD. Windows color (decimal): -2316822 or 15377884. OLE color: 15377884.

HSL color Cylindrical-coordinate representation of color #DCA5EA: hue angle of 287.83º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DCA5EA is Cyan = 0.06, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 220 165 234 -
CMYK 0.06 0.29 0 0.08
HSL 287.83º 0.62% 0.78% -
HSV(B) 287.83º 0.29% 0.92% -
XYZ 57.82 48.07 84.07 -
YUV 189.31 153.22 149.89 -
System Red Green Blue C M Y K H S L
Decimal 220 165 234 0.06 0.29 0 0.08 287.83 0.62 0.78
Hex DC A5 EA 6 1D 0 8 120 3E 4E
Octal 334 245 352 6 35 0 10 440 76 116
Binary 11011100 10100101 11101010 110 11101 0 1000 100100000 111110 1001110

Color Harmonies of #DCA5EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA5EA

Black with #DCA5EA

Text Example


Text Example

White with #DCA5EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA5EA; }

 p { color: rgb(220,165,234); }

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

background-color css

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

 a { background-color: rgb(220,165,234); }

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

border-color css

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

 span { border-color: rgb(220,165,234); }

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