Html Css Color HEX #DF98DF Plum

📋 copy color: '#DF98DF'

red 223 ◦ green 152 ◦ blue 223

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

Shades of Plum #DF98DF

Tints of Plum #DF98DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 37.29%

R = 37.29%
G = 25.42%
B = 37.29%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DF98DF (or 0xDF98DF) is known color: Plum. HEX triplet: DF, 98 and DF. RGB value is (223,152,223). Sum of RGB (Red+Green+Blue) = 223+152+223=598 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.29% from 598); Green value is 152 (59.77% from 255 or 25.42% from 598); Blue value is 223 (87.5% from 255 or 37.29% from 598); Max value from RGB is 223 - color contains mainly: red, blue. Hex color #DF98DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF98DF is #206720. Grayscale: #B5B5B5. Windows color (decimal): -2123553 or 14653663. OLE color: 14653663.

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

Color convert

RGB 223 152 223 -
CMYK 0 0.32 0 0.13
HSL 300º 0.53% 0.74% -
HSV(B) 300º 0.32% 0.87% -
XYZ 54.98 43.47 75.31 -
YUV 181.32 151.52 157.73 -
System Red Green Blue C M Y K H S L
Decimal 223 152 223 0 0.32 0 0.13 300 0.53 0.74
Hex DF 98 DF 0 20 0 D 12C 35 4A
Octal 337 230 337 0 40 0 15 454 65 112
Binary 11011111 10011000 11011111 0 100000 0 1101 100101100 110101 1001010

Color Harmonies of #DF98DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF98DF

Black with #DF98DF

Text Example


Text Example

White with #DF98DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF98DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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