Html Css Color HEX #DF98D0 Plum

📋 copy color: '#DF98D0'

red 223 ◦ green 152 ◦ blue 208

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

Shades of Plum #DF98D0

Tints of Plum #DF98D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 35.68%

R = 38.25%
G = 26.07%
B = 35.68%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#DF98D0 (or 0xDF98D0) is known color: Plum. HEX triplet: DF, 98 and D0. RGB value is (223,152,208). Sum of RGB (Red+Green+Blue) = 223+152+208=583 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.25% from 583); Green value is 152 (59.77% from 255 or 26.07% from 583); Blue value is 208 (81.64% from 255 or 35.68% from 583); Max value from RGB is 223 - color contains mainly: red. Hex color #DF98D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF98D0 is #20672F. Grayscale: #B3B3B3. Windows color (decimal): -2123568 or 13670623. OLE color: 13670623.

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

Color convert

RGB 223 152 208 -
CMYK 0 0.32 0.07 0.13
HSL 312.68º 0.53% 0.74% -
HSV(B) 312.68º 0.32% 0.87% -
XYZ 53.04 42.7 65.12 -
YUV 179.61 144.02 158.95 -
System Red Green Blue C M Y K H S L
Decimal 223 152 208 0 0.32 0.07 0.13 312.68 0.53 0.74
Hex DF 98 D0 0 20 7 D 139 35 4A
Octal 337 230 320 0 40 7 15 471 65 112
Binary 11011111 10011000 11010000 0 100000 111 1101 100111001 110101 1001010

Color Harmonies of #DF98D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF98D0

Black with #DF98D0

Text Example


Text Example

White with #DF98D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF98D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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