Html Css Color HEX #DB707C Froly

📋 copy color: '#DB707C'

red 219 ◦ green 112 ◦ blue 124

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

Shades of Froly #DB707C

Tints of Froly #DB707C

RGB

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

 GREEN value IS 112 (44.14% from 255) = 24.62%

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

R = 48.13%
G = 24.62%
B = 27.25%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.43

 K value IS 0.14

RGB Variations

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

Color information

#DB707C (or 0xDB707C) is known color: Froly. HEX triplet: DB, 70 and 7C. RGB value is (219,112,124). Sum of RGB (Red+Green+Blue) = 219+112+124=455 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.13% from 455); Green value is 112 (44.14% from 255 or 24.62% from 455); Blue value is 124 (48.83% from 255 or 27.25% from 455); Max value from RGB is 219 - color contains mainly: red. Hex color #DB707C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB707C is #248F83. Grayscale: #919191. Windows color (decimal): -2396036 or 8155355. OLE color: 8155355.

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

Color convert

RGB 219 112 124 -
CMYK 0 0.49 0.43 0.14
HSL 353.27º 0.6% 0.65% -
HSV(B) 353.27º 0.49% 0.86% -
XYZ 38.65 28.1 22.46 -
YUV 145.36 115.95 180.52 -
System Red Green Blue C M Y K H S L
Decimal 219 112 124 0 0.49 0.43 0.14 353.27 0.6 0.65
Hex DB 70 7C 0 31 2B E 161 3C 41
Octal 333 160 174 0 61 53 16 541 74 101
Binary 11011011 1110000 1111100 0 110001 101011 1110 101100001 111100 1000001

Color Harmonies of #DB707C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB707C

Black with #DB707C

Text Example


Text Example

White with #DB707C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB707C; }

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

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

background-color css

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

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

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

border-color css

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

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

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