Html Css Color HEX #DB6A72 Froly

📋 copy color: '#DB6A72'

red 219 ◦ green 106 ◦ blue 114

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

Shades of Froly #DB6A72

Tints of Froly #DB6A72

RGB

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

 GREEN value IS 106 (41.8% from 255) = 24.15%

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

R = 49.89%
G = 24.15%
B = 25.97%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.48

 K value IS 0.14

RGB Variations

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

Color information

#DB6A72 (or 0xDB6A72) is known color: Froly. HEX triplet: DB, 6A and 72. RGB value is (219,106,114). Sum of RGB (Red+Green+Blue) = 219+106+114=439 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.89% from 439); Green value is 106 (41.80% from 255 or 24.15% from 439); Blue value is 114 (44.92% from 255 or 25.97% from 439); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6A72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6A72 is #24958D. Grayscale: #8C8C8C. Windows color (decimal): -2397582 or 7498459. OLE color: 7498459.

HSL color Cylindrical-coordinate representation of color #DB6A72: hue angle of 355.75º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DB6A72 is Cyan = 0, Magento = 0.52, Yellow = 0.48 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 106 114 -
CMYK 0 0.52 0.48 0.14
HSL 355.75º 0.61% 0.64% -
HSV(B) 355.75º 0.52% 0.86% -
XYZ 37.4 26.58 19.08 -
YUV 140.7 112.94 183.85 -
System Red Green Blue C M Y K H S L
Decimal 219 106 114 0 0.52 0.48 0.14 355.75 0.61 0.64
Hex DB 6A 72 0 34 30 E 164 3D 40
Octal 333 152 162 0 64 60 16 544 75 100
Binary 11011011 1101010 1110010 0 110100 110000 1110 101100100 111101 1000000

Color Harmonies of #DB6A72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6A72

Black with #DB6A72

Text Example


Text Example

White with #DB6A72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6A72; }

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

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

background-color css

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

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

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

border-color css

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

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

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