Html Css Color HEX #DF99CE Plum

📋 copy color: '#DF99CE'

red 223 ◦ green 153 ◦ blue 206

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

Shades of Plum #DF99CE

Tints of Plum #DF99CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 35.4%

R = 38.32%
G = 26.29%
B = 35.4%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#DF99CE (or 0xDF99CE) is known color: Plum. HEX triplet: DF, 99 and CE. RGB value is (223,153,206). Sum of RGB (Red+Green+Blue) = 223+153+206=582 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.32% from 582); Green value is 153 (60.16% from 255 or 26.29% from 582); Blue value is 206 (80.86% from 255 or 35.40% from 582); Max value from RGB is 223 - color contains mainly: red. Hex color #DF99CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF99CE is #206631. Grayscale: #B3B3B3. Windows color (decimal): -2123314 or 13539807. OLE color: 13539807.

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

Color convert

RGB 223 153 206 -
CMYK 0 0.31 0.08 0.13
HSL 314.57º 0.52% 0.74% -
HSV(B) 314.57º 0.31% 0.87% -
XYZ 52.96 42.93 63.89 -
YUV 179.97 142.69 158.69 -
System Red Green Blue C M Y K H S L
Decimal 223 153 206 0 0.31 0.08 0.13 314.57 0.52 0.74
Hex DF 99 CE 0 1F 8 D 13B 34 4A
Octal 337 231 316 0 37 10 15 473 64 112
Binary 11011111 10011001 11001110 0 11111 1000 1101 100111011 110100 1001010

Color Harmonies of #DF99CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF99CE

Black with #DF99CE

Text Example


Text Example

White with #DF99CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF99CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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