Html Css Color HEX #DF98DE Plum

📋 copy color: '#DF98DE'

red 223 ◦ green 152 ◦ blue 222

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

Shades of Plum #DF98DE

Tints of Plum #DF98DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 37.19%

R = 37.35%
G = 25.46%
B = 37.19%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.00

 K value IS 0.13

RGB Variations

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

Color information

#DF98DE (or 0xDF98DE) is known color: Plum. HEX triplet: DF, 98 and DE. RGB value is (223,152,222). Sum of RGB (Red+Green+Blue) = 223+152+222=597 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.35% from 597); Green value is 152 (59.77% from 255 or 25.46% from 597); Blue value is 222 (87.11% from 255 or 37.19% from 597); Max value from RGB is 223 - color contains mainly: red. Hex color #DF98DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF98DE is #206721. Grayscale: #B5B5B5. Windows color (decimal): -2123554 or 14588127. OLE color: 14588127.

HSL color Cylindrical-coordinate representation of color #DF98DE: hue angle of 300.85º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DF98DE is Cyan = 0, Magento = 0.32, Yellow = 0.00 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 152 222 -
CMYK 0 0.32 0.00 0.13
HSL 300.85º 0.53% 0.74% -
HSV(B) 300.85º 0.32% 0.87% -
XYZ 54.84 43.42 74.6 -
YUV 181.21 151.02 157.81 -
System Red Green Blue C M Y K H S L
Decimal 223 152 222 0 0.32 0.00 0.13 300.85 0.53 0.74
Hex DF 98 DE 0 20 0 D 12D 35 4A
Octal 337 230 336 0 40 0 15 455 65 112
Binary 11011111 10011000 11011110 0 100000 0 1101 100101101 110101 1001010

Color Harmonies of #DF98DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF98DE

Black with #DF98DE

Text Example


Text Example

White with #DF98DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF98DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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