Html Css Color HEX #DB616F Froly

📋 copy color: '#DB616F'

red 219 ◦ green 97 ◦ blue 111

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

Shades of Froly #DB616F

Tints of Froly #DB616F

RGB

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

 GREEN value IS 97 (38.28% from 255) = 22.72%

 BLUE value IS 111 (43.75% from 255) = 26%

R = 51.29%
G = 22.72%
B = 26%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#DB616F (or 0xDB616F) is known color: Froly. HEX triplet: DB, 61 and 6F. RGB value is (219,97,111). Sum of RGB (Red+Green+Blue) = 219+97+111=427 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.29% from 427); Green value is 97 (38.28% from 255 or 22.72% from 427); Blue value is 111 (43.75% from 255 or 26.00% from 427); Max value from RGB is 219 - color contains mainly: red. Hex color #DB616F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB616F is #249E90. Grayscale: #878787. Windows color (decimal): -2399889 or 7299547. OLE color: 7299547.

HSL color Cylindrical-coordinate representation of color #DB616F: hue angle of 353.11º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DB616F is Cyan = 0, Magento = 0.56, Yellow = 0.49 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 97 111 -
CMYK 0 0.56 0.49 0.14
HSL 353.11º 0.63% 0.62% -
HSV(B) 353.11º 0.56% 0.86% -
XYZ 36.36 24.76 17.9 -
YUV 135.07 114.42 187.86 -
System Red Green Blue C M Y K H S L
Decimal 219 97 111 0 0.56 0.49 0.14 353.11 0.63 0.62
Hex DB 61 6F 0 38 31 E 161 3F 3E
Octal 333 141 157 0 70 61 16 541 77 76
Binary 11011011 1100001 1101111 0 111000 110001 1110 101100001 111111 111110

Color Harmonies of #DB616F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB616F

Black with #DB616F

Text Example


Text Example

White with #DB616F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB616F; }

 p { color: rgb(219,97,111); }

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

background-color css

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

 a { background-color: rgb(219,97,111); }

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

border-color css

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

 span { border-color: rgb(219,97,111); }

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