Html Css Color HEX #DB6A6C Froly

📋 copy color: '#DB6A6C'

red 219 ◦ green 106 ◦ blue 108

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

Shades of Froly #DB6A6C

Tints of Froly #DB6A6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 24.94%

R = 50.58%
G = 24.48%
B = 24.94%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.51

 K value IS 0.14

RGB Variations

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

Color information

#DB6A6C (or 0xDB6A6C) is known color: Froly. HEX triplet: DB, 6A and 6C. RGB value is (219,106,108). Sum of RGB (Red+Green+Blue) = 219+106+108=433 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.58% from 433); Green value is 106 (41.80% from 255 or 24.48% from 433); Blue value is 108 (42.58% from 255 or 24.94% from 433); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6A6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6A6C is #249593. Grayscale: #8C8C8C. Windows color (decimal): -2397588 or 7105243. OLE color: 7105243.

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

Color convert

RGB 219 106 108 -
CMYK 0 0.52 0.51 0.14
HSL 358.94º 0.61% 0.64% -
HSV(B) 358.94º 0.52% 0.86% -
XYZ 37.07 26.45 17.34 -
YUV 140.02 109.94 184.34 -
System Red Green Blue C M Y K H S L
Decimal 219 106 108 0 0.52 0.51 0.14 358.94 0.61 0.64
Hex DB 6A 6C 0 34 33 E 167 3D 40
Octal 333 152 154 0 64 63 16 547 75 100
Binary 11011011 1101010 1101100 0 110100 110011 1110 101100111 111101 1000000

Color Harmonies of #DB6A6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6A6C

Black with #DB6A6C

Text Example


Text Example

White with #DB6A6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6A6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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