Html Css Color HEX #DB757C Froly

📋 copy color: '#DB757C'

red 219 ◦ green 117 ◦ blue 124

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

Shades of Froly #DB757C

Tints of Froly #DB757C

RGB

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

 GREEN value IS 117 (46.09% from 255) = 25.43%

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

R = 47.61%
G = 25.43%
B = 26.96%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.43

 K value IS 0.14

RGB Variations

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

Color information

#DB757C (or 0xDB757C) is known color: Froly. HEX triplet: DB, 75 and 7C. RGB value is (219,117,124). Sum of RGB (Red+Green+Blue) = 219+117+124=460 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.61% from 460); Green value is 117 (46.09% from 255 or 25.43% from 460); Blue value is 124 (48.83% from 255 or 26.96% from 460); Max value from RGB is 219 - color contains mainly: red. Hex color #DB757C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB757C is #248A83. Grayscale: #949494. Windows color (decimal): -2394756 or 8156635. OLE color: 8156635.

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

Color convert

RGB 219 117 124 -
CMYK 0 0.47 0.43 0.14
HSL 355.88º 0.59% 0.66% -
HSV(B) 355.88º 0.47% 0.86% -
XYZ 39.21 29.24 22.65 -
YUV 148.3 114.29 178.43 -
System Red Green Blue C M Y K H S L
Decimal 219 117 124 0 0.47 0.43 0.14 355.88 0.59 0.66
Hex DB 75 7C 0 2F 2B E 164 3B 42
Octal 333 165 174 0 57 53 16 544 73 102
Binary 11011011 1110101 1111100 0 101111 101011 1110 101100100 111011 1000010

Color Harmonies of #DB757C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB757C

Black with #DB757C

Text Example


Text Example

White with #DB757C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB757C; }

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

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

background-color css

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

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

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

border-color css

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

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

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