Html Css Color HEX #DEA5DA Plum

📋 copy color: '#DEA5DA'

red 222 ◦ green 165 ◦ blue 218

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

Shades of Plum #DEA5DA

Tints of Plum #DEA5DA

RGB

 RED value IS 222 (87.11% from 255) = 36.69%

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

 BLUE value IS 218 (85.55% from 255) = 36.03%

R = 36.69%
G = 27.27%
B = 36.03%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#DEA5DA (or 0xDEA5DA) is known color: Plum. HEX triplet: DE, A5 and DA. RGB value is (222,165,218). Sum of RGB (Red+Green+Blue) = 222+165+218=605 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.69% from 605); Green value is 165 (64.84% from 255 or 27.27% from 605); Blue value is 218 (85.55% from 255 or 36.03% from 605); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA5DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEA5DA is #215A25. Grayscale: #BBBBBB. Windows color (decimal): -2185766 or 14329310. OLE color: 14329310.

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

Color convert

RGB 222 165 218 -
CMYK 0 0.26 0.02 0.13
HSL 304.21º 0.46% 0.76% -
HSV(B) 304.21º 0.26% 0.87% -
XYZ 56.23 47.5 72.53 -
YUV 188.09 144.88 152.19 -
System Red Green Blue C M Y K H S L
Decimal 222 165 218 0 0.26 0.02 0.13 304.21 0.46 0.76
Hex DE A5 DA 0 1A 2 D 130 2E 4C
Octal 336 245 332 0 32 2 15 460 56 114
Binary 11011110 10100101 11011010 0 11010 10 1101 100110000 101110 1001100

Color Harmonies of #DEA5DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA5DA

Black with #DEA5DA

Text Example


Text Example

White with #DEA5DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA5DA; }

 p { color: rgb(222,165,218); }

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

background-color css

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

 a { background-color: rgb(222,165,218); }

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

border-color css

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

 span { border-color: rgb(222,165,218); }

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