Html Css Color HEX #DB6B72 Froly

📋 copy color: '#DB6B72'

red 219 ◦ green 107 ◦ blue 114

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

Shades of Froly #DB6B72

Tints of Froly #DB6B72

RGB

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

 GREEN value IS 107 (42.19% from 255) = 24.32%

 BLUE value IS 114 (44.92% from 255) = 25.91%

R = 49.77%
G = 24.32%
B = 25.91%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.48

 K value IS 0.14

RGB Variations

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

Color information

#DB6B72 (or 0xDB6B72) is known color: Froly. HEX triplet: DB, 6B and 72. RGB value is (219,107,114). Sum of RGB (Red+Green+Blue) = 219+107+114=440 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.77% from 440); Green value is 107 (42.19% from 255 or 24.32% from 440); Blue value is 114 (44.92% from 255 or 25.91% from 440); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6B72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6B72 is #24948D. Grayscale: #8D8D8D. Windows color (decimal): -2397326 or 7498715. OLE color: 7498715.

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

Color convert

RGB 219 107 114 -
CMYK 0 0.51 0.48 0.14
HSL 356.25º 0.61% 0.64% -
HSV(B) 356.25º 0.51% 0.86% -
XYZ 37.51 26.79 19.11 -
YUV 141.29 112.61 183.43 -
System Red Green Blue C M Y K H S L
Decimal 219 107 114 0 0.51 0.48 0.14 356.25 0.61 0.64
Hex DB 6B 72 0 33 30 E 164 3D 40
Octal 333 153 162 0 63 60 16 544 75 100
Binary 11011011 1101011 1110010 0 110011 110000 1110 101100100 111101 1000000

Color Harmonies of #DB6B72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6B72

Black with #DB6B72

Text Example


Text Example

White with #DB6B72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6B72; }

 p { color: rgb(219,107,114); }

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

background-color css

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

 a { background-color: rgb(219,107,114); }

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

border-color css

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

 span { border-color: rgb(219,107,114); }

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