Html Css Color HEX #DB707B Froly

📋 copy color: '#DB707B'

red 219 ◦ green 112 ◦ blue 123

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

Shades of Froly #DB707B

Tints of Froly #DB707B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 27.09%

R = 48.24%
G = 24.67%
B = 27.09%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.44

 K value IS 0.14

RGB Variations

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

Color information

#DB707B (or 0xDB707B) is known color: Froly. HEX triplet: DB, 70 and 7B. RGB value is (219,112,123). Sum of RGB (Red+Green+Blue) = 219+112+123=454 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.24% from 454); Green value is 112 (44.14% from 255 or 24.67% from 454); Blue value is 123 (48.44% from 255 or 27.09% from 454); Max value from RGB is 219 - color contains mainly: red. Hex color #DB707B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB707B is #248F84. Grayscale: #919191. Windows color (decimal): -2396037 or 8089819. OLE color: 8089819.

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

Color convert

RGB 219 112 123 -
CMYK 0 0.49 0.44 0.14
HSL 353.83º 0.6% 0.65% -
HSV(B) 353.83º 0.49% 0.86% -
XYZ 38.58 28.08 22.13 -
YUV 145.25 115.45 180.61 -
System Red Green Blue C M Y K H S L
Decimal 219 112 123 0 0.49 0.44 0.14 353.83 0.6 0.65
Hex DB 70 7B 0 31 2C E 162 3C 41
Octal 333 160 173 0 61 54 16 542 74 101
Binary 11011011 1110000 1111011 0 110001 101100 1110 101100010 111100 1000001

Color Harmonies of #DB707B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB707B

Black with #DB707B

Text Example


Text Example

White with #DB707B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB707B; }

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

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

background-color css

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

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

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

border-color css

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

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

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