Html Css Color HEX #DF98D5 Plum

📋 copy color: '#DF98D5'

red 223 ◦ green 152 ◦ blue 213

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

Shades of Plum #DF98D5

Tints of Plum #DF98D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 36.22%

R = 37.93%
G = 25.85%
B = 36.22%

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

#DF98D5 (or 0xDF98D5) is known color: Plum. HEX triplet: DF, 98 and D5. RGB value is (223,152,213). Sum of RGB (Red+Green+Blue) = 223+152+213=588 (77% of max value = 765). Red value is 223 (87.5% from 255 or 37.93% from 588); Green value is 152 (59.77% from 255 or 25.85% from 588); Blue value is 213 (83.59% from 255 or 36.22% from 588); Max value from RGB is 223 - color contains mainly: red. Hex color #DF98D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF98D5 is #20672A. Grayscale: #B4B4B4. Windows color (decimal): -2123563 or 13998303. OLE color: 13998303.

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

Color convert

RGB 223 152 213 -
CMYK 0 0.32 0.04 0.13
HSL 308.45º 0.53% 0.74% -
HSV(B) 308.45º 0.32% 0.87% -
XYZ 53.67 42.95 68.41 -
YUV 180.18 146.52 158.54 -
System Red Green Blue C M Y K H S L
Decimal 223 152 213 0 0.32 0.04 0.13 308.45 0.53 0.74
Hex DF 98 D5 0 20 4 D 134 35 4A
Octal 337 230 325 0 40 4 15 464 65 112
Binary 11011111 10011000 11010101 0 100000 100 1101 100110100 110101 1001010

Color Harmonies of #DF98D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF98D5

Black with #DF98D5

Text Example


Text Example

White with #DF98D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF98D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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