Html Css Color HEX #DB6177 Froly

📋 copy color: '#DB6177'

red 219 ◦ green 97 ◦ blue 119

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

Shades of Froly #DB6177

Tints of Froly #DB6177

RGB

 RED value IS 219 (85.94% from 255) = 50.34%

 GREEN value IS 97 (38.28% from 255) = 22.3%

 BLUE value IS 119 (46.88% from 255) = 27.36%

R = 50.34%
G = 22.3%
B = 27.36%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.46

 K value IS 0.14

RGB Variations

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

Color information

#DB6177 (or 0xDB6177) is known color: Froly. HEX triplet: DB, 61 and 77. RGB value is (219,97,119). Sum of RGB (Red+Green+Blue) = 219+97+119=435 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.34% from 435); Green value is 97 (38.28% from 255 or 22.30% from 435); Blue value is 119 (46.88% from 255 or 27.36% from 435); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6177 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6177 is #249E88. Grayscale: #888888. Windows color (decimal): -2399881 or 7823835. OLE color: 7823835.

HSL color Cylindrical-coordinate representation of color #DB6177: hue angle of 349.18º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DB6177 is Cyan = 0, Magento = 0.56, Yellow = 0.46 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 97 119 -
CMYK 0 0.56 0.46 0.14
HSL 349.18º 0.63% 0.62% -
HSV(B) 349.18º 0.56% 0.86% -
XYZ 36.82 24.94 20.33 -
YUV 135.99 118.42 187.21 -
System Red Green Blue C M Y K H S L
Decimal 219 97 119 0 0.56 0.46 0.14 349.18 0.63 0.62
Hex DB 61 77 0 38 2E E 15D 3F 3E
Octal 333 141 167 0 70 56 16 535 77 76
Binary 11011011 1100001 1110111 0 111000 101110 1110 101011101 111111 111110

Color Harmonies of #DB6177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6177

Black with #DB6177

Text Example


Text Example

White with #DB6177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6177; }

 p { color: rgb(219,97,119); }

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

background-color css

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

 a { background-color: rgb(219,97,119); }

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

border-color css

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

 span { border-color: rgb(219,97,119); }

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