Html Css Color HEX #DF99D9 Plum

📋 copy color: '#DF99D9'

red 223 ◦ green 153 ◦ blue 217

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

Shades of Plum #DF99D9

Tints of Plum #DF99D9

RGB

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

 GREEN value IS 153 (60.16% from 255) = 25.8%

 BLUE value IS 217 (85.16% from 255) = 36.59%

R = 37.61%
G = 25.8%
B = 36.59%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.03

 K value IS 0.13

RGB Variations

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

Color information

#DF99D9 (or 0xDF99D9) is known color: Plum. HEX triplet: DF, 99 and D9. RGB value is (223,153,217). Sum of RGB (Red+Green+Blue) = 223+153+217=593 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.61% from 593); Green value is 153 (60.16% from 255 or 25.80% from 593); Blue value is 217 (85.16% from 255 or 36.59% from 593); Max value from RGB is 223 - color contains mainly: red. Hex color #DF99D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF99D9 is #206626. Grayscale: #B5B5B5. Windows color (decimal): -2123303 or 14260703. OLE color: 14260703.

HSL color Cylindrical-coordinate representation of color #DF99D9: hue angle of 305.14º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DF99D9 is Cyan = 0, Magento = 0.31, Yellow = 0.03 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 153 217 -
CMYK 0 0.31 0.03 0.13
HSL 305.14º 0.52% 0.74% -
HSV(B) 305.14º 0.31% 0.87% -
XYZ 54.35 43.48 71.17 -
YUV 181.23 148.19 157.8 -
System Red Green Blue C M Y K H S L
Decimal 223 153 217 0 0.31 0.03 0.13 305.14 0.52 0.74
Hex DF 99 D9 0 1F 3 D 131 34 4A
Octal 337 231 331 0 37 3 15 461 64 112
Binary 11011111 10011001 11011001 0 11111 11 1101 100110001 110100 1001010

Color Harmonies of #DF99D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF99D9

Black with #DF99D9

Text Example


Text Example

White with #DF99D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF99D9; }

 p { color: rgb(223,153,217); }

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

background-color css

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

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

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

border-color css

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

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

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