Html Css Color HEX #DB757F Froly

📋 copy color: '#DB757F'

red 219 ◦ green 117 ◦ blue 127

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

Shades of Froly #DB757F

Tints of Froly #DB757F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 27.43%

R = 47.3%
G = 25.27%
B = 27.43%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#DB757F (or 0xDB757F) is known color: Froly. HEX triplet: DB, 75 and 7F. RGB value is (219,117,127). Sum of RGB (Red+Green+Blue) = 219+117+127=463 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.30% from 463); Green value is 117 (46.09% from 255 or 25.27% from 463); Blue value is 127 (50% from 255 or 27.43% from 463); Max value from RGB is 219 - color contains mainly: red. Hex color #DB757F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB757F is #248A80. Grayscale: #949494. Windows color (decimal): -2394753 or 8353243. OLE color: 8353243.

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

Color convert

RGB 219 117 127 -
CMYK 0 0.47 0.42 0.14
HSL 354.12º 0.59% 0.66% -
HSV(B) 354.12º 0.47% 0.86% -
XYZ 39.41 29.31 23.66 -
YUV 148.64 115.79 178.19 -
System Red Green Blue C M Y K H S L
Decimal 219 117 127 0 0.47 0.42 0.14 354.12 0.59 0.66
Hex DB 75 7F 0 2F 2A E 162 3B 42
Octal 333 165 177 0 57 52 16 542 73 102
Binary 11011011 1110101 1111111 0 101111 101010 1110 101100010 111011 1000010

Color Harmonies of #DB757F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB757F

Black with #DB757F

Text Example


Text Example

White with #DB757F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB757F; }

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

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

background-color css

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

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

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

border-color css

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

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

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