Html Css Color HEX #DF98EE Plum

📋 copy color: '#DF98EE'

red 223 ◦ green 152 ◦ blue 238

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

Shades of Plum #DF98EE

Tints of Plum #DF98EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 38.83%

R = 36.38%
G = 24.8%
B = 38.83%

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

#DF98EE (or 0xDF98EE) is known color: Plum. HEX triplet: DF, 98 and EE. RGB value is (223,152,238). Sum of RGB (Red+Green+Blue) = 223+152+238=613 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.38% from 613); Green value is 152 (59.77% from 255 or 24.80% from 613); Blue value is 238 (93.36% from 255 or 38.83% from 613); Max value from RGB is 238 - color contains mainly: blue. Hex color #DF98EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF98EE is #206711. Grayscale: #B6B6B6. Windows color (decimal): -2123538 or 15636703. OLE color: 15636703.

HSL color Cylindrical-coordinate representation of color #DF98EE: hue angle of 289.53º degrees, saturation: 0.72, 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 #DF98EE is Cyan = 0.06, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 223 152 238 -
CMYK 0.06 0.36 0 0.07
HSL 289.53º 0.72% 0.76% -
HSV(B) 289.53º 0.36% 0.93% -
XYZ 57.09 44.32 86.43 -
YUV 183.03 159.02 156.51 -
System Red Green Blue C M Y K H S L
Decimal 223 152 238 0.06 0.36 0 0.07 289.53 0.72 0.76
Hex DF 98 EE 6 24 0 7 122 48 4C
Octal 337 230 356 6 44 0 7 442 110 114
Binary 11011111 10011000 11101110 110 100100 0 111 100100010 1001000 1001100

Color Harmonies of #DF98EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF98EE

Black with #DF98EE

Text Example


Text Example

White with #DF98EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF98EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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