Html Css Color HEX #DF98EF Plum

📋 copy color: '#DF98EF'

red 223 ◦ green 152 ◦ blue 239

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

Shades of Plum #DF98EF

Tints of Plum #DF98EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 38.93%

R = 36.32%
G = 24.76%
B = 38.93%

CMYK

 C value IS 0.07

 M value IS 0.36

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DF98EF (or 0xDF98EF) is known color: Plum. HEX triplet: DF, 98 and EF. RGB value is (223,152,239). Sum of RGB (Red+Green+Blue) = 223+152+239=614 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.32% from 614); Green value is 152 (59.77% from 255 or 24.76% from 614); Blue value is 239 (93.75% from 255 or 38.93% from 614); Max value from RGB is 239 - color contains mainly: blue. Hex color #DF98EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF98EF is #206710. Grayscale: #B6B6B6. Windows color (decimal): -2123537 or 15702239. OLE color: 15702239.

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

Color convert

RGB 223 152 239 -
CMYK 0.07 0.36 0 0.06
HSL 288.97º 0.73% 0.77% -
HSV(B) 288.97º 0.36% 0.94% -
XYZ 57.24 44.38 87.21 -
YUV 183.15 159.52 156.43 -
System Red Green Blue C M Y K H S L
Decimal 223 152 239 0.07 0.36 0 0.06 288.97 0.73 0.77
Hex DF 98 EF 7 24 0 6 121 49 4D
Octal 337 230 357 7 44 0 6 441 111 115
Binary 11011111 10011000 11101111 111 100100 0 110 100100001 1001001 1001101

Color Harmonies of #DF98EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF98EF

Black with #DF98EF

Text Example


Text Example

White with #DF98EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF98EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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