Html Css Color HEX #DB6370 Froly

📋 copy color: '#DB6370'

red 219 ◦ green 99 ◦ blue 112

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

Shades of Froly #DB6370

Tints of Froly #DB6370

RGB

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

 GREEN value IS 99 (39.06% from 255) = 23.02%

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

R = 50.93%
G = 23.02%
B = 26.05%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#DB6370 (or 0xDB6370) is known color: Froly. HEX triplet: DB, 63 and 70. RGB value is (219,99,112). Sum of RGB (Red+Green+Blue) = 219+99+112=430 (56% of max value = 765). Red value is 219 (85.94% from 255 or 50.93% from 430); Green value is 99 (39.06% from 255 or 23.02% from 430); Blue value is 112 (44.14% from 255 or 26.05% from 430); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6370 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6370 is #249C8F. Grayscale: #888888. Windows color (decimal): -2399376 or 7365595. OLE color: 7365595.

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

Color convert

RGB 219 99 112 -
CMYK 0 0.55 0.49 0.14
HSL 353.5º 0.63% 0.62% -
HSV(B) 353.5º 0.55% 0.86% -
XYZ 36.6 25.15 18.26 -
YUV 136.36 114.26 186.94 -
System Red Green Blue C M Y K H S L
Decimal 219 99 112 0 0.55 0.49 0.14 353.5 0.63 0.62
Hex DB 63 70 0 37 31 E 162 3E 3E
Octal 333 143 160 0 67 61 16 542 76 76
Binary 11011011 1100011 1110000 0 110111 110001 1110 101100010 111110 111110

Color Harmonies of #DB6370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6370

Black with #DB6370

Text Example


Text Example

White with #DB6370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6370; }

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

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

background-color css

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

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

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

border-color css

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

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

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