Html Css Color HEX #DF98D6 Plum

📋 copy color: '#DF98D6'

red 223 ◦ green 152 ◦ blue 214

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

Shades of Plum #DF98D6

Tints of Plum #DF98D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 36.33%

R = 37.86%
G = 25.81%
B = 36.33%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.04

 K value IS 0.13

RGB Variations

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

Color information

#DF98D6 (or 0xDF98D6) is known color: Plum. HEX triplet: DF, 98 and D6. RGB value is (223,152,214). Sum of RGB (Red+Green+Blue) = 223+152+214=589 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.86% from 589); Green value is 152 (59.77% from 255 or 25.81% from 589); Blue value is 214 (83.98% from 255 or 36.33% from 589); Max value from RGB is 223 - color contains mainly: red. Hex color #DF98D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF98D6 is #206729. Grayscale: #B4B4B4. Windows color (decimal): -2123562 or 14063839. OLE color: 14063839.

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

Color convert

RGB 223 152 214 -
CMYK 0 0.32 0.04 0.13
HSL 307.61º 0.53% 0.74% -
HSV(B) 307.61º 0.32% 0.87% -
XYZ 53.8 43 69.08 -
YUV 180.3 147.02 158.46 -
System Red Green Blue C M Y K H S L
Decimal 223 152 214 0 0.32 0.04 0.13 307.61 0.53 0.74
Hex DF 98 D6 0 20 4 D 134 35 4A
Octal 337 230 326 0 40 4 15 464 65 112
Binary 11011111 10011000 11010110 0 100000 100 1101 100110100 110101 1001010

Color Harmonies of #DF98D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF98D6

Black with #DF98D6

Text Example


Text Example

White with #DF98D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF98D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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