Html Css Color HEX #DB657C Froly

📋 copy color: '#DB657C'

red 219 ◦ green 101 ◦ blue 124

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

Shades of Froly #DB657C

Tints of Froly #DB657C

RGB

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

 GREEN value IS 101 (39.84% from 255) = 22.75%

 BLUE value IS 124 (48.83% from 255) = 27.93%

R = 49.32%
G = 22.75%
B = 27.93%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.43

 K value IS 0.14

RGB Variations

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

Color information

#DB657C (or 0xDB657C) is known color: Froly. HEX triplet: DB, 65 and 7C. RGB value is (219,101,124). Sum of RGB (Red+Green+Blue) = 219+101+124=444 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.32% from 444); Green value is 101 (39.84% from 255 or 22.75% from 444); Blue value is 124 (48.83% from 255 or 27.93% from 444); Max value from RGB is 219 - color contains mainly: red. Hex color #DB657C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB657C is #249A83. Grayscale: #8A8A8A. Windows color (decimal): -2398852 or 8152539. OLE color: 8152539.

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

Color convert

RGB 219 101 124 -
CMYK 0 0.54 0.43 0.14
HSL 348.31º 0.62% 0.63% -
HSV(B) 348.31º 0.54% 0.86% -
XYZ 37.51 25.82 22.08 -
YUV 138.9 119.59 185.13 -
System Red Green Blue C M Y K H S L
Decimal 219 101 124 0 0.54 0.43 0.14 348.31 0.62 0.63
Hex DB 65 7C 0 36 2B E 15C 3E 3F
Octal 333 145 174 0 66 53 16 534 76 77
Binary 11011011 1100101 1111100 0 110110 101011 1110 101011100 111110 111111

Color Harmonies of #DB657C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB657C

Black with #DB657C

Text Example


Text Example

White with #DB657C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB657C; }

 p { color: rgb(219,101,124); }

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

background-color css

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

 a { background-color: rgb(219,101,124); }

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

border-color css

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

 span { border-color: rgb(219,101,124); }

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