Html Css Color HEX #DD6A70 Froly

📋 copy color: '#DD6A70'

red 221 ◦ green 106 ◦ blue 112

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

Shades of Froly #DD6A70

Tints of Froly #DD6A70

RGB

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

 GREEN value IS 106 (41.8% from 255) = 24.15%

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

R = 50.34%
G = 24.15%
B = 25.51%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#DD6A70 (or 0xDD6A70) is known color: Froly. HEX triplet: DD, 6A and 70. RGB value is (221,106,112). Sum of RGB (Red+Green+Blue) = 221+106+112=439 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.34% from 439); Green value is 106 (41.80% from 255 or 24.15% from 439); Blue value is 112 (44.14% from 255 or 25.51% from 439); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6A70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6A70 is #22958F. Grayscale: #8D8D8D. Windows color (decimal): -2266512 or 7367389. OLE color: 7367389.

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

Color convert

RGB 221 106 112 -
CMYK 0 0.52 0.49 0.13
HSL 356.87º 0.63% 0.64% -
HSV(B) 356.87º 0.52% 0.87% -
XYZ 37.9 26.85 18.51 -
YUV 141.07 111.6 185.01 -
System Red Green Blue C M Y K H S L
Decimal 221 106 112 0 0.52 0.49 0.13 356.87 0.63 0.64
Hex DD 6A 70 0 34 31 D 165 3F 40
Octal 335 152 160 0 64 61 15 545 77 100
Binary 11011101 1101010 1110000 0 110100 110001 1101 101100101 111111 1000000

Color Harmonies of #DD6A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6A70

Black with #DD6A70

Text Example


Text Example

White with #DD6A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6A70; }

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

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

background-color css

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

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

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

border-color css

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

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

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