Html Css Color HEX #DB6C76 Froly

📋 copy color: '#DB6C76'

red 219 ◦ green 108 ◦ blue 118

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

Shades of Froly #DB6C76

Tints of Froly #DB6C76

RGB

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

 GREEN value IS 108 (42.58% from 255) = 24.27%

 BLUE value IS 118 (46.48% from 255) = 26.52%

R = 49.21%
G = 24.27%
B = 26.52%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.46

 K value IS 0.14

RGB Variations

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

Color information

#DB6C76 (or 0xDB6C76) is known color: Froly. HEX triplet: DB, 6C and 76. RGB value is (219,108,118). Sum of RGB (Red+Green+Blue) = 219+108+118=445 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.21% from 445); Green value is 108 (42.58% from 255 or 24.27% from 445); Blue value is 118 (46.48% from 255 or 26.52% from 445); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6C76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6C76 is #249389. Grayscale: #8E8E8E. Windows color (decimal): -2397066 or 7761115. OLE color: 7761115.

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

Color convert

RGB 219 108 118 -
CMYK 0 0.51 0.46 0.14
HSL 354.59º 0.61% 0.64% -
HSV(B) 354.59º 0.51% 0.86% -
XYZ 37.85 27.09 20.37 -
YUV 142.33 114.27 182.69 -
System Red Green Blue C M Y K H S L
Decimal 219 108 118 0 0.51 0.46 0.14 354.59 0.61 0.64
Hex DB 6C 76 0 33 2E E 163 3D 40
Octal 333 154 166 0 63 56 16 543 75 100
Binary 11011011 1101100 1110110 0 110011 101110 1110 101100011 111101 1000000

Color Harmonies of #DB6C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6C76

Black with #DB6C76

Text Example


Text Example

White with #DB6C76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6C76; }

 p { color: rgb(219,108,118); }

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

background-color css

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

 a { background-color: rgb(219,108,118); }

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

border-color css

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

 span { border-color: rgb(219,108,118); }

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