Html Css Color HEX #DB626E Froly

📋 copy color: '#DB626E'

red 219 ◦ green 98 ◦ blue 110

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

Shades of Froly #DB626E

Tints of Froly #DB626E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 25.76%

R = 51.29%
G = 22.95%
B = 25.76%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.50

 K value IS 0.14

RGB Variations

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

Color information

#DB626E (or 0xDB626E) is known color: Froly. HEX triplet: DB, 62 and 6E. RGB value is (219,98,110). Sum of RGB (Red+Green+Blue) = 219+98+110=427 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.29% from 427); Green value is 98 (38.67% from 255 or 22.95% from 427); Blue value is 110 (43.36% from 255 or 25.76% from 427); Max value from RGB is 219 - color contains mainly: red. Hex color #DB626E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB626E is #249D91. Grayscale: #878787. Windows color (decimal): -2399634 or 7234267. OLE color: 7234267.

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

Color convert

RGB 219 98 110 -
CMYK 0 0.55 0.50 0.14
HSL 354.05º 0.63% 0.62% -
HSV(B) 354.05º 0.55% 0.86% -
XYZ 36.4 24.92 17.64 -
YUV 135.55 113.59 187.52 -
System Red Green Blue C M Y K H S L
Decimal 219 98 110 0 0.55 0.50 0.14 354.05 0.63 0.62
Hex DB 62 6E 0 37 32 E 162 3F 3E
Octal 333 142 156 0 67 62 16 542 77 76
Binary 11011011 1100010 1101110 0 110111 110010 1110 101100010 111111 111110

Color Harmonies of #DB626E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB626E

Black with #DB626E

Text Example


Text Example

White with #DB626E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB626E; }

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

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

background-color css

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

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

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

border-color css

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

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

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