Html Css Color HEX #DF99D0 Plum

📋 copy color: '#DF99D0'

red 223 ◦ green 153 ◦ blue 208

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

Shades of Plum #DF99D0

Tints of Plum #DF99D0

RGB

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

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

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

R = 38.18%
G = 26.2%
B = 35.62%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#DF99D0 (or 0xDF99D0) is known color: Plum. HEX triplet: DF, 99 and D0. RGB value is (223,153,208). Sum of RGB (Red+Green+Blue) = 223+153+208=584 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.18% from 584); Green value is 153 (60.16% from 255 or 26.20% from 584); Blue value is 208 (81.64% from 255 or 35.62% from 584); Max value from RGB is 223 - color contains mainly: red. Hex color #DF99D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF99D0 is #20662F. Grayscale: #B4B4B4. Windows color (decimal): -2123312 or 13670879. OLE color: 13670879.

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

Color convert

RGB 223 153 208 -
CMYK 0 0.31 0.07 0.13
HSL 312.86º 0.52% 0.74% -
HSV(B) 312.86º 0.31% 0.87% -
XYZ 53.21 43.02 65.17 -
YUV 180.2 143.69 158.53 -
System Red Green Blue C M Y K H S L
Decimal 223 153 208 0 0.31 0.07 0.13 312.86 0.52 0.74
Hex DF 99 D0 0 1F 7 D 139 34 4A
Octal 337 231 320 0 37 7 15 471 64 112
Binary 11011111 10011001 11010000 0 11111 111 1101 100111001 110100 1001010

Color Harmonies of #DF99D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF99D0

Black with #DF99D0

Text Example


Text Example

White with #DF99D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF99D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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