Html Css Color HEX #DD6D70 Froly

📋 copy color: '#DD6D70'

red 221 ◦ green 109 ◦ blue 112

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

Shades of Froly #DD6D70

Tints of Froly #DD6D70

RGB

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

 GREEN value IS 109 (42.97% from 255) = 24.66%

 BLUE value IS 112 (44.14% from 255) = 25.34%

R = 50%
G = 24.66%
B = 25.34%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#DD6D70 (or 0xDD6D70) is known color: Froly. HEX triplet: DD, 6D and 70. RGB value is (221,109,112). Sum of RGB (Red+Green+Blue) = 221+109+112=442 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50% from 442); Green value is 109 (42.97% from 255 or 24.66% from 442); Blue value is 112 (44.14% from 255 or 25.34% from 442); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6D70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6D70 is #22928F. Grayscale: #8E8E8E. Windows color (decimal): -2265744 or 7368157. OLE color: 7368157.

HSL color Cylindrical-coordinate representation of color #DD6D70: hue angle of 358.39º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DD6D70 is Cyan = 0, Magento = 0.51, Yellow = 0.49 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 109 112 -
CMYK 0 0.51 0.49 0.13
HSL 358.39º 0.62% 0.65% -
HSV(B) 358.39º 0.51% 0.87% -
XYZ 38.21 27.48 18.62 -
YUV 142.83 110.61 183.76 -
System Red Green Blue C M Y K H S L
Decimal 221 109 112 0 0.51 0.49 0.13 358.39 0.62 0.65
Hex DD 6D 70 0 33 31 D 166 3E 41
Octal 335 155 160 0 63 61 15 546 76 101
Binary 11011101 1101101 1110000 0 110011 110001 1101 101100110 111110 1000001

Color Harmonies of #DD6D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6D70

Black with #DD6D70

Text Example


Text Example

White with #DD6D70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6D70; }

 p { color: rgb(221,109,112); }

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

background-color css

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

 a { background-color: rgb(221,109,112); }

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

border-color css

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

 span { border-color: rgb(221,109,112); }

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