Html Css Color HEX #DF98EC Plum

📋 copy color: '#DF98EC'

red 223 ◦ green 152 ◦ blue 236

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

Shades of Plum #DF98EC

Tints of Plum #DF98EC

RGB

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

 GREEN value IS 152 (59.77% from 255) = 24.88%

 BLUE value IS 236 (92.58% from 255) = 38.63%

R = 36.5%
G = 24.88%
B = 38.63%

CMYK

 C value IS 0.06

 M value IS 0.36

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DF98EC (or 0xDF98EC) is known color: Plum. HEX triplet: DF, 98 and EC. RGB value is (223,152,236). Sum of RGB (Red+Green+Blue) = 223+152+236=611 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.50% from 611); Green value is 152 (59.77% from 255 or 24.88% from 611); Blue value is 236 (92.58% from 255 or 38.63% from 611); Max value from RGB is 236 - color contains mainly: blue. Hex color #DF98EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF98EC is #206713. Grayscale: #B6B6B6. Windows color (decimal): -2123540 or 15505631. OLE color: 15505631.

HSL color Cylindrical-coordinate representation of color #DF98EC: hue angle of 290.71º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DF98EC is Cyan = 0.06, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 223 152 236 -
CMYK 0.06 0.36 0 0.07
HSL 290.71º 0.69% 0.76% -
HSV(B) 290.71º 0.36% 0.93% -
XYZ 56.8 44.2 84.89 -
YUV 182.81 158.02 156.67 -
System Red Green Blue C M Y K H S L
Decimal 223 152 236 0.06 0.36 0 0.07 290.71 0.69 0.76
Hex DF 98 EC 6 24 0 7 123 45 4C
Octal 337 230 354 6 44 0 7 443 105 114
Binary 11011111 10011000 11101100 110 100100 0 111 100100011 1000101 1001100

Color Harmonies of #DF98EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF98EC

Black with #DF98EC

Text Example


Text Example

White with #DF98EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF98EC; }

 p { color: rgb(223,152,236); }

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

background-color css

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

 a { background-color: rgb(223,152,236); }

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

border-color css

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

 span { border-color: rgb(223,152,236); }

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