Html Css Color HEX #DD7678 Froly

📋 copy color: '#DD7678'

red 221 ◦ green 118 ◦ blue 120

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

Shades of Froly #DD7678

Tints of Froly #DD7678

RGB

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

 GREEN value IS 118 (46.48% from 255) = 25.71%

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

R = 48.15%
G = 25.71%
B = 26.14%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.46

 K value IS 0.13

RGB Variations

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

Color information

#DD7678 (or 0xDD7678) is known color: Froly. HEX triplet: DD, 76 and 78. RGB value is (221,118,120). Sum of RGB (Red+Green+Blue) = 221+118+120=459 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.15% from 459); Green value is 118 (46.48% from 255 or 25.71% from 459); Blue value is 120 (47.27% from 255 or 26.14% from 459); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7678 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7678 is #228987. Grayscale: #959595. Windows color (decimal): -2263432 or 7894749. OLE color: 7894749.

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

Color convert

RGB 221 118 120 -
CMYK 0 0.47 0.46 0.13
HSL 358.84º 0.6% 0.66% -
HSV(B) 358.84º 0.47% 0.87% -
XYZ 39.69 29.69 21.41 -
YUV 149.03 111.62 179.34 -
System Red Green Blue C M Y K H S L
Decimal 221 118 120 0 0.47 0.46 0.13 358.84 0.6 0.66
Hex DD 76 78 0 2F 2E D 167 3C 42
Octal 335 166 170 0 57 56 15 547 74 102
Binary 11011101 1110110 1111000 0 101111 101110 1101 101100111 111100 1000010

Color Harmonies of #DD7678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7678

Black with #DD7678

Text Example


Text Example

White with #DD7678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7678; }

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

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

background-color css

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

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

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

border-color css

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

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

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