Html Css Color HEX #DB616C Froly

📋 copy color: '#DB616C'

red 219 ◦ green 97 ◦ blue 108

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

Shades of Froly #DB616C

Tints of Froly #DB616C

RGB

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

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

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

R = 51.65%
G = 22.88%
B = 25.47%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.51

 K value IS 0.14

RGB Variations

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

Color information

#DB616C (or 0xDB616C) is known color: Froly. HEX triplet: DB, 61 and 6C. RGB value is (219,97,108). Sum of RGB (Red+Green+Blue) = 219+97+108=424 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.65% from 424); Green value is 97 (38.28% from 255 or 22.88% from 424); Blue value is 108 (42.58% from 255 or 25.47% from 424); Max value from RGB is 219 - color contains mainly: red. Hex color #DB616C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB616C is #249E93. Grayscale: #868686. Windows color (decimal): -2399892 or 7102939. OLE color: 7102939.

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

Color convert

RGB 219 97 108 -
CMYK 0 0.56 0.51 0.14
HSL 354.59º 0.63% 0.62% -
HSV(B) 354.59º 0.56% 0.86% -
XYZ 36.19 24.69 17.05 -
YUV 134.73 112.92 188.11 -
System Red Green Blue C M Y K H S L
Decimal 219 97 108 0 0.56 0.51 0.14 354.59 0.63 0.62
Hex DB 61 6C 0 38 33 E 163 3F 3E
Octal 333 141 154 0 70 63 16 543 77 76
Binary 11011011 1100001 1101100 0 111000 110011 1110 101100011 111111 111110

Color Harmonies of #DB616C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB616C

Black with #DB616C

Text Example


Text Example

White with #DB616C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB616C; }

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

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

background-color css

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

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

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

border-color css

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

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

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