Html Css Color HEX #DB707A Froly

📋 copy color: '#DB707A'

red 219 ◦ green 112 ◦ blue 122

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

Shades of Froly #DB707A

Tints of Froly #DB707A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 26.93%

R = 48.34%
G = 24.72%
B = 26.93%

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

#DB707A (or 0xDB707A) is known color: Froly. HEX triplet: DB, 70 and 7A. RGB value is (219,112,122). Sum of RGB (Red+Green+Blue) = 219+112+122=453 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.34% from 453); Green value is 112 (44.14% from 255 or 24.72% from 453); Blue value is 122 (48.05% from 255 or 26.93% from 453); Max value from RGB is 219 - color contains mainly: red. Hex color #DB707A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB707A is #248F85. Grayscale: #919191. Windows color (decimal): -2396038 or 8024283. OLE color: 8024283.

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

Color convert

RGB 219 112 122 -
CMYK 0 0.49 0.44 0.14
HSL 354.39º 0.6% 0.65% -
HSV(B) 354.39º 0.49% 0.86% -
XYZ 38.52 28.05 21.8 -
YUV 145.13 114.95 180.69 -
System Red Green Blue C M Y K H S L
Decimal 219 112 122 0 0.49 0.44 0.14 354.39 0.6 0.65
Hex DB 70 7A 0 31 2C E 162 3C 41
Octal 333 160 172 0 61 54 16 542 74 101
Binary 11011011 1110000 1111010 0 110001 101100 1110 101100010 111100 1000001

Color Harmonies of #DB707A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB707A

Black with #DB707A

Text Example


Text Example

White with #DB707A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB707A; }

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

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

background-color css

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

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

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

border-color css

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

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

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