Html Css Color HEX #DD7478 Froly

📋 copy color: '#DD7478'

red 221 ◦ green 116 ◦ blue 120

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

Shades of Froly #DD7478

Tints of Froly #DD7478

RGB

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

 GREEN value IS 116 (45.7% from 255) = 25.38%

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

R = 48.36%
G = 25.38%
B = 26.26%

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

#DD7478 (or 0xDD7478) is known color: Froly. HEX triplet: DD, 74 and 78. RGB value is (221,116,120). Sum of RGB (Red+Green+Blue) = 221+116+120=457 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.36% from 457); Green value is 116 (45.70% from 255 or 25.38% from 457); Blue value is 120 (47.27% from 255 or 26.26% from 457); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7478 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7478 is #228B87. Grayscale: #939393. Windows color (decimal): -2263944 or 7894237. OLE color: 7894237.

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

Color convert

RGB 221 116 120 -
CMYK 0 0.48 0.46 0.13
HSL 357.71º 0.61% 0.66% -
HSV(B) 357.71º 0.48% 0.87% -
XYZ 39.45 29.22 21.33 -
YUV 147.85 112.29 180.17 -
System Red Green Blue C M Y K H S L
Decimal 221 116 120 0 0.48 0.46 0.13 357.71 0.61 0.66
Hex DD 74 78 0 30 2E D 166 3D 42
Octal 335 164 170 0 60 56 15 546 75 102
Binary 11011101 1110100 1111000 0 110000 101110 1101 101100110 111101 1000010

Color Harmonies of #DD7478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7478

Black with #DD7478

Text Example


Text Example

White with #DD7478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7478; }

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

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

background-color css

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

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

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

border-color css

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

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

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