Html Css Color HEX #DEA7DA Plum

📋 copy color: '#DEA7DA'

red 222 ◦ green 167 ◦ blue 218

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

Shades of Plum #DEA7DA

Tints of Plum #DEA7DA

RGB

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

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

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

R = 36.57%
G = 27.51%
B = 35.91%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#DEA7DA (or 0xDEA7DA) is known color: Plum. HEX triplet: DE, A7 and DA. RGB value is (222,167,218). Sum of RGB (Red+Green+Blue) = 222+167+218=607 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.57% from 607); Green value is 167 (65.62% from 255 or 27.51% from 607); Blue value is 218 (85.55% from 255 or 35.91% from 607); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA7DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEA7DA is #215825. Grayscale: #BDBDBD. Windows color (decimal): -2185254 or 14329822. OLE color: 14329822.

HSL color Cylindrical-coordinate representation of color #DEA7DA: hue angle of 304.36º 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 #DEA7DA is Cyan = 0, Magento = 0.25, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 167 218 -
CMYK 0 0.25 0.02 0.13
HSL 304.36º 0.45% 0.76% -
HSV(B) 304.36º 0.25% 0.87% -
XYZ 56.6 48.23 72.66 -
YUV 189.26 144.22 151.35 -
System Red Green Blue C M Y K H S L
Decimal 222 167 218 0 0.25 0.02 0.13 304.36 0.45 0.76
Hex DE A7 DA 0 19 2 D 130 2D 4C
Octal 336 247 332 0 31 2 15 460 55 114
Binary 11011110 10100111 11011010 0 11001 10 1101 100110000 101101 1001100

Color Harmonies of #DEA7DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA7DA

Black with #DEA7DA

Text Example


Text Example

White with #DEA7DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA7DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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