Html Css Color HEX #DB6670 Froly

📋 copy color: '#DB6670'

red 219 ◦ green 102 ◦ blue 112

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

Shades of Froly #DB6670

Tints of Froly #DB6670

RGB

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

 GREEN value IS 102 (40.23% from 255) = 23.56%

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

R = 50.58%
G = 23.56%
B = 25.87%

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

#DB6670 (or 0xDB6670) is known color: Froly. HEX triplet: DB, 66 and 70. RGB value is (219,102,112). Sum of RGB (Red+Green+Blue) = 219+102+112=433 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.58% from 433); Green value is 102 (40.23% from 255 or 23.56% from 433); Blue value is 112 (44.14% from 255 or 25.87% from 433); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6670 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6670 is #24998F. Grayscale: #8A8A8A. Windows color (decimal): -2398608 or 7366363. OLE color: 7366363.

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

Color convert

RGB 219 102 112 -
CMYK 0 0.53 0.49 0.14
HSL 354.87º 0.62% 0.63% -
HSV(B) 354.87º 0.53% 0.86% -
XYZ 36.89 25.73 18.35 -
YUV 138.12 113.26 185.69 -
System Red Green Blue C M Y K H S L
Decimal 219 102 112 0 0.53 0.49 0.14 354.87 0.62 0.63
Hex DB 66 70 0 35 31 E 163 3E 3F
Octal 333 146 160 0 65 61 16 543 76 77
Binary 11011011 1100110 1110000 0 110101 110001 1110 101100011 111110 111111

Color Harmonies of #DB6670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6670

Black with #DB6670

Text Example


Text Example

White with #DB6670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6670; }

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

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

background-color css

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

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

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

border-color css

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

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

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