Html Css Color HEX #DD6770 Froly

📋 copy color: '#DD6770'

red 221 ◦ green 103 ◦ blue 112

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

Shades of Froly #DD6770

Tints of Froly #DD6770

RGB

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

 GREEN value IS 103 (40.63% from 255) = 23.62%

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

R = 50.69%
G = 23.62%
B = 25.69%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#DD6770 (or 0xDD6770) is known color: Froly. HEX triplet: DD, 67 and 70. RGB value is (221,103,112). Sum of RGB (Red+Green+Blue) = 221+103+112=436 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.69% from 436); Green value is 103 (40.62% from 255 or 23.62% from 436); Blue value is 112 (44.14% from 255 or 25.69% from 436); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6770 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6770 is #22988F. Grayscale: #8B8B8B. Windows color (decimal): -2267280 or 7366621. OLE color: 7366621.

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

Color convert

RGB 221 103 112 -
CMYK 0 0.53 0.49 0.13
HSL 355.42º 0.63% 0.64% -
HSV(B) 355.42º 0.53% 0.87% -
XYZ 37.59 26.24 18.41 -
YUV 139.31 112.59 186.27 -
System Red Green Blue C M Y K H S L
Decimal 221 103 112 0 0.53 0.49 0.13 355.42 0.63 0.64
Hex DD 67 70 0 35 31 D 163 3F 40
Octal 335 147 160 0 65 61 15 543 77 100
Binary 11011101 1100111 1110000 0 110101 110001 1101 101100011 111111 1000000

Color Harmonies of #DD6770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6770

Black with #DD6770

Text Example


Text Example

White with #DD6770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6770; }

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

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

background-color css

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

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

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

border-color css

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

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

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