Html Css Color HEX #DD7072 Froly

📋 copy color: '#DD7072'

red 221 ◦ green 112 ◦ blue 114

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

Shades of Froly #DD7072

Tints of Froly #DD7072

RGB

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

 GREEN value IS 112 (44.14% from 255) = 25.06%

 BLUE value IS 114 (44.92% from 255) = 25.5%

R = 49.44%
G = 25.06%
B = 25.5%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DD7072 (or 0xDD7072) is known color: Froly. HEX triplet: DD, 70 and 72. RGB value is (221,112,114). Sum of RGB (Red+Green+Blue) = 221+112+114=447 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.44% from 447); Green value is 112 (44.14% from 255 or 25.06% from 447); Blue value is 114 (44.92% from 255 or 25.50% from 447); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7072 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7072 is #228F8D. Grayscale: #909090. Windows color (decimal): -2264974 or 7499997. OLE color: 7499997.

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

Color convert

RGB 221 112 114 -
CMYK 0 0.49 0.48 0.13
HSL 358.9º 0.62% 0.65% -
HSV(B) 358.9º 0.49% 0.87% -
XYZ 38.65 28.18 19.32 -
YUV 144.82 110.61 182.34 -
System Red Green Blue C M Y K H S L
Decimal 221 112 114 0 0.49 0.48 0.13 358.9 0.62 0.65
Hex DD 70 72 0 31 30 D 167 3E 41
Octal 335 160 162 0 61 60 15 547 76 101
Binary 11011101 1110000 1110010 0 110001 110000 1101 101100111 111110 1000001

Color Harmonies of #DD7072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7072

Black with #DD7072

Text Example


Text Example

White with #DD7072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7072; }

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

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

background-color css

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

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

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

border-color css

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

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

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