Html Css Color HEX #DD7175 Froly

📋 copy color: '#DD7175'

red 221 ◦ green 113 ◦ blue 117

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

Shades of Froly #DD7175

Tints of Froly #DD7175

RGB

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

 GREEN value IS 113 (44.53% from 255) = 25.06%

 BLUE value IS 117 (46.09% from 255) = 25.94%

R = 49%
G = 25.06%
B = 25.94%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#DD7175 (or 0xDD7175) is known color: Froly. HEX triplet: DD, 71 and 75. RGB value is (221,113,117). Sum of RGB (Red+Green+Blue) = 221+113+117=451 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.00% from 451); Green value is 113 (44.53% from 255 or 25.06% from 451); Blue value is 117 (46.09% from 255 or 25.94% from 451); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7175 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7175 is #228E8A. Grayscale: #919191. Windows color (decimal): -2264715 or 7696861. OLE color: 7696861.

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

Color convert

RGB 221 113 117 -
CMYK 0 0.49 0.47 0.13
HSL 357.78º 0.61% 0.65% -
HSV(B) 357.78º 0.49% 0.87% -
XYZ 38.93 28.47 20.27 -
YUV 145.75 111.78 181.67 -
System Red Green Blue C M Y K H S L
Decimal 221 113 117 0 0.49 0.47 0.13 357.78 0.61 0.65
Hex DD 71 75 0 31 2F D 166 3D 41
Octal 335 161 165 0 61 57 15 546 75 101
Binary 11011101 1110001 1110101 0 110001 101111 1101 101100110 111101 1000001

Color Harmonies of #DD7175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7175

Black with #DD7175

Text Example


Text Example

White with #DD7175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7175; }

 p { color: rgb(221,113,117); }

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

background-color css

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

 a { background-color: rgb(221,113,117); }

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

border-color css

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

 span { border-color: rgb(221,113,117); }

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