Html Css Color HEX #DB616B Froly

📋 copy color: '#DB616B'

red 219 ◦ green 97 ◦ blue 107

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

Shades of Froly #DB616B

Tints of Froly #DB616B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 25.3%

R = 51.77%
G = 22.93%
B = 25.3%

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

#DB616B (or 0xDB616B) is known color: Froly. HEX triplet: DB, 61 and 6B. RGB value is (219,97,107). Sum of RGB (Red+Green+Blue) = 219+97+107=423 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.77% from 423); Green value is 97 (38.28% from 255 or 22.93% from 423); Blue value is 107 (42.19% from 255 or 25.30% from 423); Max value from RGB is 219 - color contains mainly: red. Hex color #DB616B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB616B is #249E94. Grayscale: #868686. Windows color (decimal): -2399893 or 7037403. OLE color: 7037403.

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

Color convert

RGB 219 97 107 -
CMYK 0 0.56 0.51 0.14
HSL 355.08º 0.63% 0.62% -
HSV(B) 355.08º 0.56% 0.86% -
XYZ 36.14 24.67 16.77 -
YUV 134.62 112.42 188.19 -
System Red Green Blue C M Y K H S L
Decimal 219 97 107 0 0.56 0.51 0.14 355.08 0.63 0.62
Hex DB 61 6B 0 38 33 E 163 3F 3E
Octal 333 141 153 0 70 63 16 543 77 76
Binary 11011011 1100001 1101011 0 111000 110011 1110 101100011 111111 111110

Color Harmonies of #DB616B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB616B

Black with #DB616B

Text Example


Text Example

White with #DB616B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB616B; }

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

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

background-color css

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

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

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

border-color css

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

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

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