Html Css Color HEX #DB6076 Froly

📋 copy color: '#DB6076'

red 219 ◦ green 96 ◦ blue 118

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

Shades of Froly #DB6076

Tints of Froly #DB6076

RGB

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

 GREEN value IS 96 (37.89% from 255) = 22.17%

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

R = 50.58%
G = 22.17%
B = 27.25%

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

#DB6076 (or 0xDB6076) is known color: Froly. HEX triplet: DB, 60 and 76. RGB value is (219,96,118). Sum of RGB (Red+Green+Blue) = 219+96+118=433 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.58% from 433); Green value is 96 (37.89% from 255 or 22.17% from 433); Blue value is 118 (46.48% from 255 or 27.25% from 433); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6076 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6076 is #249F89. Grayscale: #878787. Windows color (decimal): -2400138 or 7758043. OLE color: 7758043.

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

Color convert

RGB 219 96 118 -
CMYK 0 0.56 0.46 0.14
HSL 349.27º 0.63% 0.62% -
HSV(B) 349.27º 0.56% 0.86% -
XYZ 36.67 24.73 19.98 -
YUV 135.29 118.25 187.71 -
System Red Green Blue C M Y K H S L
Decimal 219 96 118 0 0.56 0.46 0.14 349.27 0.63 0.62
Hex DB 60 76 0 38 2E E 15D 3F 3E
Octal 333 140 166 0 70 56 16 535 77 76
Binary 11011011 1100000 1110110 0 111000 101110 1110 101011101 111111 111110

Color Harmonies of #DB6076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6076

Black with #DB6076

Text Example


Text Example

White with #DB6076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6076; }

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

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

background-color css

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

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

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

border-color css

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

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

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