Html Css Color HEX #DB6773 Froly

📋 copy color: '#DB6773'

red 219 ◦ green 103 ◦ blue 115

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

Shades of Froly #DB6773

Tints of Froly #DB6773

RGB

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

 GREEN value IS 103 (40.63% from 255) = 23.57%

 BLUE value IS 115 (45.31% from 255) = 26.32%

R = 50.11%
G = 23.57%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DB6773 (or 0xDB6773) is known color: Froly. HEX triplet: DB, 67 and 73. RGB value is (219,103,115). Sum of RGB (Red+Green+Blue) = 219+103+115=437 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.11% from 437); Green value is 103 (40.62% from 255 or 23.57% from 437); Blue value is 115 (45.31% from 255 or 26.32% from 437); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6773 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6773 is #24988C. Grayscale: #8B8B8B. Windows color (decimal): -2398349 or 7563227. OLE color: 7563227.

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

Color convert

RGB 219 103 115 -
CMYK 0 0.53 0.47 0.14
HSL 353.79º 0.62% 0.63% -
HSV(B) 353.79º 0.53% 0.86% -
XYZ 37.16 26 19.28 -
YUV 139.05 114.43 185.02 -
System Red Green Blue C M Y K H S L
Decimal 219 103 115 0 0.53 0.47 0.14 353.79 0.62 0.63
Hex DB 67 73 0 35 2F E 162 3E 3F
Octal 333 147 163 0 65 57 16 542 76 77
Binary 11011011 1100111 1110011 0 110101 101111 1110 101100010 111110 111111

Color Harmonies of #DB6773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6773

Black with #DB6773

Text Example


Text Example

White with #DB6773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6773; }

 p { color: rgb(219,103,115); }

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

background-color css

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

 a { background-color: rgb(219,103,115); }

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

border-color css

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

 span { border-color: rgb(219,103,115); }

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