Html Css Color HEX #DD7374 Froly

📋 copy color: '#DD7374'

red 221 ◦ green 115 ◦ blue 116

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

Shades of Froly #DD7374

Tints of Froly #DD7374

RGB

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

 GREEN value IS 115 (45.31% from 255) = 25.44%

 BLUE value IS 116 (45.7% from 255) = 25.66%

R = 48.89%
G = 25.44%
B = 25.66%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DD7374 (or 0xDD7374) is known color: Froly. HEX triplet: DD, 73 and 74. RGB value is (221,115,116). Sum of RGB (Red+Green+Blue) = 221+115+116=452 (59% of max value = 765). Red value is 221 (86.72% from 255 or 48.89% from 452); Green value is 115 (45.31% from 255 or 25.44% from 452); Blue value is 116 (45.70% from 255 or 25.66% from 452); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7374 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7374 is #228C8B. Grayscale: #929292. Windows color (decimal): -2264204 or 7631837. OLE color: 7631837.

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

Color convert

RGB 221 115 116 -
CMYK 0 0.48 0.48 0.13
HSL 359.43º 0.61% 0.66% -
HSV(B) 359.43º 0.48% 0.87% -
XYZ 39.1 28.89 20.04 -
YUV 146.81 110.62 180.92 -
System Red Green Blue C M Y K H S L
Decimal 221 115 116 0 0.48 0.48 0.13 359.43 0.61 0.66
Hex DD 73 74 0 30 30 D 167 3D 42
Octal 335 163 164 0 60 60 15 547 75 102
Binary 11011101 1110011 1110100 0 110000 110000 1101 101100111 111101 1000010

Color Harmonies of #DD7374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7374

Black with #DD7374

Text Example


Text Example

White with #DD7374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7374; }

 p { color: rgb(221,115,116); }

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

background-color css

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

 a { background-color: rgb(221,115,116); }

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

border-color css

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

 span { border-color: rgb(221,115,116); }

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