Html Css Color HEX #DD6263 Froly

📋 copy color: '#DD6263'

red 221 ◦ green 98 ◦ blue 99

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

Shades of Froly #DD6263

Tints of Froly #DD6263

RGB

 RED value IS 221 (86.72% from 255) = 52.87%

 GREEN value IS 98 (38.67% from 255) = 23.44%

 BLUE value IS 99 (39.06% from 255) = 23.68%

R = 52.87%
G = 23.44%
B = 23.68%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#DD6263 (or 0xDD6263) is known color: Froly. HEX triplet: DD, 62 and 63. RGB value is (221,98,99). Sum of RGB (Red+Green+Blue) = 221+98+99=418 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.87% from 418); Green value is 98 (38.67% from 255 or 23.44% from 418); Blue value is 99 (39.06% from 255 or 23.68% from 418); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6263 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6263 is #229D9C. Grayscale: #878787. Windows color (decimal): -2268573 or 6513373. OLE color: 6513373.

HSL color Cylindrical-coordinate representation of color #DD6263: hue angle of 359.51º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DD6263 is Cyan = 0, Magento = 0.56, Yellow = 0.55 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 98 99 -
CMYK 0 0.56 0.55 0.13
HSL 359.51º 0.64% 0.63% -
HSV(B) 359.51º 0.56% 0.87% -
XYZ 36.44 25.01 14.71 -
YUV 134.89 107.75 189.42 -
System Red Green Blue C M Y K H S L
Decimal 221 98 99 0 0.56 0.55 0.13 359.51 0.64 0.63
Hex DD 62 63 0 38 37 D 168 40 3F
Octal 335 142 143 0 70 67 15 550 100 77
Binary 11011101 1100010 1100011 0 111000 110111 1101 101101000 1000000 111111

Color Harmonies of #DD6263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6263

Black with #DD6263

Text Example


Text Example

White with #DD6263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6263; }

 p { color: rgb(221,98,99); }

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

background-color css

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

 a { background-color: rgb(221,98,99); }

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

border-color css

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

 span { border-color: rgb(221,98,99); }

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