Html Css Color HEX #DB727A Froly

📋 copy color: '#DB727A'

red 219 ◦ green 114 ◦ blue 122

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

Shades of Froly #DB727A

Tints of Froly #DB727A

RGB

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

 GREEN value IS 114 (44.92% from 255) = 25.05%

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

R = 48.13%
G = 25.05%
B = 26.81%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.44

 K value IS 0.14

RGB Variations

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

Color information

#DB727A (or 0xDB727A) is known color: Froly. HEX triplet: DB, 72 and 7A. RGB value is (219,114,122). Sum of RGB (Red+Green+Blue) = 219+114+122=455 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.13% from 455); Green value is 114 (44.92% from 255 or 25.05% from 455); Blue value is 122 (48.05% from 255 or 26.81% from 455); Max value from RGB is 219 - color contains mainly: red. Hex color #DB727A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB727A is #248D85. Grayscale: #929292. Windows color (decimal): -2395526 or 8024795. OLE color: 8024795.

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

Color convert

RGB 219 114 122 -
CMYK 0 0.48 0.44 0.14
HSL 355.43º 0.59% 0.65% -
HSV(B) 355.43º 0.48% 0.86% -
XYZ 38.74 28.5 21.87 -
YUV 146.31 114.29 179.85 -
System Red Green Blue C M Y K H S L
Decimal 219 114 122 0 0.48 0.44 0.14 355.43 0.59 0.65
Hex DB 72 7A 0 30 2C E 163 3B 41
Octal 333 162 172 0 60 54 16 543 73 101
Binary 11011011 1110010 1111010 0 110000 101100 1110 101100011 111011 1000001

Color Harmonies of #DB727A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB727A

Black with #DB727A

Text Example


Text Example

White with #DB727A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB727A; }

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

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

background-color css

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

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

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

border-color css

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

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

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