Html Css Color HEX #DB6770 Froly

📋 copy color: '#DB6770'

red 219 ◦ green 103 ◦ blue 112

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

Shades of Froly #DB6770

Tints of Froly #DB6770

RGB

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

 GREEN value IS 103 (40.63% from 255) = 23.73%

 BLUE value IS 112 (44.14% from 255) = 25.81%

R = 50.46%
G = 23.73%
B = 25.81%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#DB6770 (or 0xDB6770) is known color: Froly. HEX triplet: DB, 67 and 70. RGB value is (219,103,112). Sum of RGB (Red+Green+Blue) = 219+103+112=434 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.46% from 434); Green value is 103 (40.62% from 255 or 23.73% from 434); Blue value is 112 (44.14% from 255 or 25.81% from 434); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6770 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6770 is #24988F. Grayscale: #8A8A8A. Windows color (decimal): -2398352 or 7366619. OLE color: 7366619.

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

Color convert

RGB 219 103 112 -
CMYK 0 0.53 0.49 0.14
HSL 355.34º 0.62% 0.63% -
HSV(B) 355.34º 0.53% 0.86% -
XYZ 36.99 25.93 18.38 -
YUV 138.71 112.93 185.27 -
System Red Green Blue C M Y K H S L
Decimal 219 103 112 0 0.53 0.49 0.14 355.34 0.62 0.63
Hex DB 67 70 0 35 31 E 163 3E 3F
Octal 333 147 160 0 65 61 16 543 76 77
Binary 11011011 1100111 1110000 0 110101 110001 1110 101100011 111110 111111

Color Harmonies of #DB6770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6770

Black with #DB6770

Text Example


Text Example

White with #DB6770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6770; }

 p { color: rgb(219,103,112); }

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

background-color css

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

 a { background-color: rgb(219,103,112); }

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

border-color css

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

 span { border-color: rgb(219,103,112); }

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