Html Css Color HEX #DB616A Froly

📋 copy color: '#DB616A'

red 219 ◦ green 97 ◦ blue 106

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

Shades of Froly #DB616A

Tints of Froly #DB616A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 25.12%

R = 51.9%
G = 22.99%
B = 25.12%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.52

 K value IS 0.14

RGB Variations

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

Color information

#DB616A (or 0xDB616A) is known color: Froly. HEX triplet: DB, 61 and 6A. RGB value is (219,97,106). Sum of RGB (Red+Green+Blue) = 219+97+106=422 (55% of max value = 765). Red value is 219 (85.94% from 255 or 51.90% from 422); Green value is 97 (38.28% from 255 or 22.99% from 422); Blue value is 106 (41.80% from 255 or 25.12% from 422); Max value from RGB is 219 - color contains mainly: red. Hex color #DB616A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB616A is #249E95. Grayscale: #868686. Windows color (decimal): -2399894 or 6971867. OLE color: 6971867.

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

Color convert

RGB 219 97 106 -
CMYK 0 0.56 0.52 0.14
HSL 355.57º 0.63% 0.62% -
HSV(B) 355.57º 0.56% 0.86% -
XYZ 36.09 24.65 16.49 -
YUV 134.5 111.92 188.27 -
System Red Green Blue C M Y K H S L
Decimal 219 97 106 0 0.56 0.52 0.14 355.57 0.63 0.62
Hex DB 61 6A 0 38 34 E 164 3F 3E
Octal 333 141 152 0 70 64 16 544 77 76
Binary 11011011 1100001 1101010 0 111000 110100 1110 101100100 111111 111110

Color Harmonies of #DB616A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB616A

Black with #DB616A

Text Example


Text Example

White with #DB616A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB616A; }

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

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

background-color css

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

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

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

border-color css

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

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

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