Html Css Color HEX #DF98CE Plum

📋 copy color: '#DF98CE'

red 223 ◦ green 152 ◦ blue 206

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

Shades of Plum #DF98CE

Tints of Plum #DF98CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 35.46%

R = 38.38%
G = 26.16%
B = 35.46%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#DF98CE (or 0xDF98CE) is known color: Plum. HEX triplet: DF, 98 and CE. RGB value is (223,152,206). Sum of RGB (Red+Green+Blue) = 223+152+206=581 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.38% from 581); Green value is 152 (59.77% from 255 or 26.16% from 581); Blue value is 206 (80.86% from 255 or 35.46% from 581); Max value from RGB is 223 - color contains mainly: red. Hex color #DF98CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF98CE is #206731. Grayscale: #B3B3B3. Windows color (decimal): -2123570 or 13539551. OLE color: 13539551.

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

Color convert

RGB 223 152 206 -
CMYK 0 0.32 0.08 0.13
HSL 314.37º 0.53% 0.74% -
HSV(B) 314.37º 0.32% 0.87% -
XYZ 52.8 42.6 63.83 -
YUV 179.39 143.02 159.11 -
System Red Green Blue C M Y K H S L
Decimal 223 152 206 0 0.32 0.08 0.13 314.37 0.53 0.74
Hex DF 98 CE 0 20 8 D 13A 35 4A
Octal 337 230 316 0 40 10 15 472 65 112
Binary 11011111 10011000 11001110 0 100000 1000 1101 100111010 110101 1001010

Color Harmonies of #DF98CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF98CE

Black with #DF98CE

Text Example


Text Example

White with #DF98CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF98CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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