Html Css Color HEX #DD6676 Froly

📋 copy color: '#DD6676'

red 221 ◦ green 102 ◦ blue 118

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

Shades of Froly #DD6676

Tints of Froly #DD6676

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 26.76%

R = 50.11%
G = 23.13%
B = 26.76%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#DD6676 (or 0xDD6676) is known color: Froly. HEX triplet: DD, 66 and 76. RGB value is (221,102,118). Sum of RGB (Red+Green+Blue) = 221+102+118=441 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.11% from 441); Green value is 102 (40.23% from 255 or 23.13% from 441); Blue value is 118 (46.48% from 255 or 26.76% from 441); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6676 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6676 is #229989. Grayscale: #8B8B8B. Windows color (decimal): -2267530 or 7759581. OLE color: 7759581.

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

Color convert

RGB 221 102 118 -
CMYK 0 0.54 0.47 0.13
HSL 351.93º 0.64% 0.63% -
HSV(B) 351.93º 0.54% 0.87% -
XYZ 37.84 26.18 20.2 -
YUV 139.41 115.92 186.2 -
System Red Green Blue C M Y K H S L
Decimal 221 102 118 0 0.54 0.47 0.13 351.93 0.64 0.63
Hex DD 66 76 0 36 2F D 160 40 3F
Octal 335 146 166 0 66 57 15 540 100 77
Binary 11011101 1100110 1110110 0 110110 101111 1101 101100000 1000000 111111

Color Harmonies of #DD6676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6676

Black with #DD6676

Text Example


Text Example

White with #DD6676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6676; }

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

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

background-color css

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

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

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

border-color css

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

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

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