Html Css Color HEX #DD666F Froly

📋 copy color: '#DD666F'

red 221 ◦ green 102 ◦ blue 111

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

Shades of Froly #DD666F

Tints of Froly #DD666F

RGB

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

 GREEN value IS 102 (40.23% from 255) = 23.5%

 BLUE value IS 111 (43.75% from 255) = 25.58%

R = 50.92%
G = 23.5%
B = 25.58%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DD666F (or 0xDD666F) is known color: Froly. HEX triplet: DD, 66 and 6F. RGB value is (221,102,111). Sum of RGB (Red+Green+Blue) = 221+102+111=434 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.92% from 434); Green value is 102 (40.23% from 255 or 23.50% from 434); Blue value is 111 (43.75% from 255 or 25.58% from 434); Max value from RGB is 221 - color contains mainly: red. Hex color #DD666F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD666F is #229990. Grayscale: #8A8A8A. Windows color (decimal): -2267537 or 7300829. OLE color: 7300829.

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

Color convert

RGB 221 102 111 -
CMYK 0 0.54 0.50 0.13
HSL 355.46º 0.64% 0.63% -
HSV(B) 355.46º 0.54% 0.87% -
XYZ 37.44 26.02 18.09 -
YUV 138.61 112.42 186.77 -
System Red Green Blue C M Y K H S L
Decimal 221 102 111 0 0.54 0.50 0.13 355.46 0.64 0.63
Hex DD 66 6F 0 36 32 D 163 40 3F
Octal 335 146 157 0 66 62 15 543 100 77
Binary 11011101 1100110 1101111 0 110110 110010 1101 101100011 1000000 111111

Color Harmonies of #DD666F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD666F

Black with #DD666F

Text Example


Text Example

White with #DD666F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD666F; }

 p { color: rgb(221,102,111); }

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

background-color css

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

 a { background-color: rgb(221,102,111); }

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

border-color css

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

 span { border-color: rgb(221,102,111); }

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