Html Css Color HEX #DB6873 Froly

📋 copy color: '#DB6873'

red 219 ◦ green 104 ◦ blue 115

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

Shades of Froly #DB6873

Tints of Froly #DB6873

RGB

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

 GREEN value IS 104 (41.02% from 255) = 23.74%

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

R = 50%
G = 23.74%
B = 26.26%

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

#DB6873 (or 0xDB6873) is known color: Froly. HEX triplet: DB, 68 and 73. RGB value is (219,104,115). Sum of RGB (Red+Green+Blue) = 219+104+115=438 (58% of max value = 765). Red value is 219 (85.94% from 255 or 50% from 438); Green value is 104 (41.02% from 255 or 23.74% from 438); Blue value is 115 (45.31% from 255 or 26.26% from 438); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6873 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6873 is #24978C. Grayscale: #8B8B8B. Windows color (decimal): -2398093 or 7563483. OLE color: 7563483.

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

Color convert

RGB 219 104 115 -
CMYK 0 0.53 0.47 0.14
HSL 354.26º 0.61% 0.63% -
HSV(B) 354.26º 0.53% 0.86% -
XYZ 37.26 26.2 19.31 -
YUV 139.64 114.1 184.61 -
System Red Green Blue C M Y K H S L
Decimal 219 104 115 0 0.53 0.47 0.14 354.26 0.61 0.63
Hex DB 68 73 0 35 2F E 162 3D 3F
Octal 333 150 163 0 65 57 16 542 75 77
Binary 11011011 1101000 1110011 0 110101 101111 1110 101100010 111101 111111

Color Harmonies of #DB6873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6873

Black with #DB6873

Text Example


Text Example

White with #DB6873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6873; }

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

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

background-color css

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

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

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

border-color css

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

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

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