Html Css Color HEX #DEA7DF Plum

📋 copy color: '#DEA7DF'

red 222 ◦ green 167 ◦ blue 223

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

Shades of Plum #DEA7DF

Tints of Plum #DEA7DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 36.44%

R = 36.27%
G = 27.29%
B = 36.44%

CMYK

 C value IS 0.00

 M value IS 0.25

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DEA7DF (or 0xDEA7DF) is known color: Plum. HEX triplet: DE, A7 and DF. RGB value is (222,167,223). Sum of RGB (Red+Green+Blue) = 222+167+223=612 (81% of max value = 765). Red value is 222 (87.11% from 255 or 36.27% from 612); Green value is 167 (65.62% from 255 or 27.29% from 612); Blue value is 223 (87.5% from 255 or 36.44% from 612); Max value from RGB is 223 - color contains mainly: blue. Hex color #DEA7DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEA7DF is #215820. Grayscale: #BDBDBD. Windows color (decimal): -2185249 or 14657502. OLE color: 14657502.

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

Color convert

RGB 222 167 223 -
CMYK 0.00 0.25 0 0.13
HSL 298.93º 0.47% 0.76% -
HSV(B) 298.93º 0.25% 0.87% -
XYZ 57.26 48.49 76.15 -
YUV 189.83 146.72 150.95 -
System Red Green Blue C M Y K H S L
Decimal 222 167 223 0.00 0.25 0 0.13 298.93 0.47 0.76
Hex DE A7 DF 0 19 0 D 12B 2F 4C
Octal 336 247 337 0 31 0 15 453 57 114
Binary 11011110 10100111 11011111 0 11001 0 1101 100101011 101111 1001100

Color Harmonies of #DEA7DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA7DF

Black with #DEA7DF

Text Example


Text Example

White with #DEA7DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA7DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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