Html Css Color HEX #DB626F Froly

📋 copy color: '#DB626F'

red 219 ◦ green 98 ◦ blue 111

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

Shades of Froly #DB626F

Tints of Froly #DB626F

RGB

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

 GREEN value IS 98 (38.67% from 255) = 22.9%

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

R = 51.17%
G = 22.9%
B = 25.93%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#DB626F (or 0xDB626F) is known color: Froly. HEX triplet: DB, 62 and 6F. RGB value is (219,98,111). Sum of RGB (Red+Green+Blue) = 219+98+111=428 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.17% from 428); Green value is 98 (38.67% from 255 or 22.90% from 428); Blue value is 111 (43.75% from 255 or 25.93% from 428); Max value from RGB is 219 - color contains mainly: red. Hex color #DB626F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB626F is #249D90. Grayscale: #878787. Windows color (decimal): -2399633 or 7299803. OLE color: 7299803.

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

Color convert

RGB 219 98 111 -
CMYK 0 0.55 0.49 0.14
HSL 353.55º 0.63% 0.62% -
HSV(B) 353.55º 0.55% 0.86% -
XYZ 36.45 24.94 17.93 -
YUV 135.66 114.09 187.44 -
System Red Green Blue C M Y K H S L
Decimal 219 98 111 0 0.55 0.49 0.14 353.55 0.63 0.62
Hex DB 62 6F 0 37 31 E 162 3F 3E
Octal 333 142 157 0 67 61 16 542 77 76
Binary 11011011 1100010 1101111 0 110111 110001 1110 101100010 111111 111110

Color Harmonies of #DB626F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB626F

Black with #DB626F

Text Example


Text Example

White with #DB626F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB626F; }

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

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

background-color css

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

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

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

border-color css

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

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

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