Html Css Color HEX #DD7378 Froly

📋 copy color: '#DD7378'

red 221 ◦ green 115 ◦ blue 120

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

Shades of Froly #DD7378

Tints of Froly #DD7378

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 26.32%

R = 48.46%
G = 25.22%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.46

 K value IS 0.13

RGB Variations

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

Color information

#DD7378 (or 0xDD7378) is known color: Froly. HEX triplet: DD, 73 and 78. RGB value is (221,115,120). Sum of RGB (Red+Green+Blue) = 221+115+120=456 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.46% from 456); Green value is 115 (45.31% from 255 or 25.22% from 456); Blue value is 120 (47.27% from 255 or 26.32% from 456); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7378 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7378 is #228C87. Grayscale: #939393. Windows color (decimal): -2264200 or 7893981. OLE color: 7893981.

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

Color convert

RGB 221 115 120 -
CMYK 0 0.48 0.46 0.13
HSL 357.17º 0.61% 0.66% -
HSV(B) 357.17º 0.48% 0.87% -
XYZ 39.34 28.99 21.29 -
YUV 147.26 112.62 180.59 -
System Red Green Blue C M Y K H S L
Decimal 221 115 120 0 0.48 0.46 0.13 357.17 0.61 0.66
Hex DD 73 78 0 30 2E D 165 3D 42
Octal 335 163 170 0 60 56 15 545 75 102
Binary 11011101 1110011 1111000 0 110000 101110 1101 101100101 111101 1000010

Color Harmonies of #DD7378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7378

Black with #DD7378

Text Example


Text Example

White with #DD7378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7378; }

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

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

background-color css

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

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

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

border-color css

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

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

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