Html Css Color HEX #DF8ED2 Plum

📋 copy color: '#DF8ED2'

red 223 ◦ green 142 ◦ blue 210

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

Shades of Plum #DF8ED2

Tints of Plum #DF8ED2

RGB

 RED value IS 223 (87.5% from 255) = 38.78%

 GREEN value IS 142 (55.86% from 255) = 24.7%

 BLUE value IS 210 (82.42% from 255) = 36.52%

R = 38.78%
G = 24.7%
B = 36.52%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.06

 K value IS 0.13

RGB Variations

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

Color information

#DF8ED2 (or 0xDF8ED2) is known color: Plum. HEX triplet: DF, 8E and D2. RGB value is (223,142,210). Sum of RGB (Red+Green+Blue) = 223+142+210=575 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.78% from 575); Green value is 142 (55.86% from 255 or 24.70% from 575); Blue value is 210 (82.42% from 255 or 36.52% from 575); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8ED2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF8ED2 is #20712D. Grayscale: #ADADAD. Windows color (decimal): -2126126 or 13799135. OLE color: 13799135.

HSL color Cylindrical-coordinate representation of color #DF8ED2: hue angle of 309.63º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DF8ED2 is Cyan = 0, Magento = 0.36, Yellow = 0.06 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 142 210 -
CMYK 0 0.36 0.06 0.13
HSL 309.63º 0.56% 0.72% -
HSV(B) 309.63º 0.36% 0.87% -
XYZ 51.74 39.69 65.91 -
YUV 173.97 148.34 162.97 -
System Red Green Blue C M Y K H S L
Decimal 223 142 210 0 0.36 0.06 0.13 309.63 0.56 0.72
Hex DF 8E D2 0 24 6 D 136 38 48
Octal 337 216 322 0 44 6 15 466 70 110
Binary 11011111 10001110 11010010 0 100100 110 1101 100110110 111000 1001000

Color Harmonies of #DF8ED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8ED2

Black with #DF8ED2

Text Example


Text Example

White with #DF8ED2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8ED2; }

 p { color: rgb(223,142,210); }

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

background-color css

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

 a { background-color: rgb(223,142,210); }

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

border-color css

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

 span { border-color: rgb(223,142,210); }

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