Html Css Color HEX #DF98DB Plum

📋 copy color: '#DF98DB'

red 223 ◦ green 152 ◦ blue 219

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

Shades of Plum #DF98DB

Tints of Plum #DF98DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 36.87%

R = 37.54%
G = 25.59%
B = 36.87%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#DF98DB (or 0xDF98DB) is known color: Plum. HEX triplet: DF, 98 and DB. RGB value is (223,152,219). Sum of RGB (Red+Green+Blue) = 223+152+219=594 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.54% from 594); Green value is 152 (59.77% from 255 or 25.59% from 594); Blue value is 219 (85.94% from 255 or 36.87% from 594); Max value from RGB is 223 - color contains mainly: red. Hex color #DF98DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF98DB is #206724. Grayscale: #B4B4B4. Windows color (decimal): -2123557 or 14391519. OLE color: 14391519.

HSL color Cylindrical-coordinate representation of color #DF98DB: hue angle of 303.38º 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 #DF98DB is Cyan = 0, Magento = 0.32, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 152 219 -
CMYK 0 0.32 0.02 0.13
HSL 303.38º 0.53% 0.74% -
HSV(B) 303.38º 0.32% 0.87% -
XYZ 54.45 43.26 72.5 -
YUV 180.87 149.52 158.05 -
System Red Green Blue C M Y K H S L
Decimal 223 152 219 0 0.32 0.02 0.13 303.38 0.53 0.74
Hex DF 98 DB 0 20 2 D 12F 35 4A
Octal 337 230 333 0 40 2 15 457 65 112
Binary 11011111 10011000 11011011 0 100000 10 1101 100101111 110101 1001010

Color Harmonies of #DF98DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF98DB

Black with #DF98DB

Text Example


Text Example

White with #DF98DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF98DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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