Html Css Color HEX #DD6B79 Froly

📋 copy color: '#DD6B79'

red 221 ◦ green 107 ◦ blue 121

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

Shades of Froly #DD6B79

Tints of Froly #DD6B79

RGB

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

 GREEN value IS 107 (42.19% from 255) = 23.83%

 BLUE value IS 121 (47.66% from 255) = 26.95%

R = 49.22%
G = 23.83%
B = 26.95%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#DD6B79 (or 0xDD6B79) is known color: Froly. HEX triplet: DD, 6B and 79. RGB value is (221,107,121). Sum of RGB (Red+Green+Blue) = 221+107+121=449 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.22% from 449); Green value is 107 (42.19% from 255 or 23.83% from 449); Blue value is 121 (47.66% from 255 or 26.95% from 449); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6B79 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6B79 is #229486. Grayscale: #8E8E8E. Windows color (decimal): -2266247 or 7957469. OLE color: 7957469.

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

Color convert

RGB 221 107 121 -
CMYK 0 0.52 0.45 0.13
HSL 352.63º 0.63% 0.64% -
HSV(B) 352.63º 0.52% 0.87% -
XYZ 38.53 27.27 21.32 -
YUV 142.68 115.77 183.86 -
System Red Green Blue C M Y K H S L
Decimal 221 107 121 0 0.52 0.45 0.13 352.63 0.63 0.64
Hex DD 6B 79 0 34 2D D 161 3F 40
Octal 335 153 171 0 64 55 15 541 77 100
Binary 11011101 1101011 1111001 0 110100 101101 1101 101100001 111111 1000000

Color Harmonies of #DD6B79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6B79

Black with #DD6B79

Text Example


Text Example

White with #DD6B79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6B79; }

 p { color: rgb(221,107,121); }

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

background-color css

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

 a { background-color: rgb(221,107,121); }

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

border-color css

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

 span { border-color: rgb(221,107,121); }

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