Html Css Color HEX #DB727B Froly

📋 copy color: '#DB727B'

red 219 ◦ green 114 ◦ blue 123

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

Shades of Froly #DB727B

Tints of Froly #DB727B

RGB

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

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

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

R = 48.03%
G = 25%
B = 26.97%

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

#DB727B (or 0xDB727B) is known color: Froly. HEX triplet: DB, 72 and 7B. RGB value is (219,114,123). Sum of RGB (Red+Green+Blue) = 219+114+123=456 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.03% from 456); Green value is 114 (44.92% from 255 or 25% from 456); Blue value is 123 (48.44% from 255 or 26.97% from 456); Max value from RGB is 219 - color contains mainly: red. Hex color #DB727B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB727B is #248D84. Grayscale: #929292. Windows color (decimal): -2395525 or 8090331. OLE color: 8090331.

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

Color convert

RGB 219 114 123 -
CMYK 0 0.48 0.44 0.14
HSL 354.86º 0.59% 0.65% -
HSV(B) 354.86º 0.48% 0.86% -
XYZ 38.81 28.52 22.2 -
YUV 146.42 114.79 179.77 -
System Red Green Blue C M Y K H S L
Decimal 219 114 123 0 0.48 0.44 0.14 354.86 0.59 0.65
Hex DB 72 7B 0 30 2C E 163 3B 41
Octal 333 162 173 0 60 54 16 543 73 101
Binary 11011011 1110010 1111011 0 110000 101100 1110 101100011 111011 1000001

Color Harmonies of #DB727B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB727B

Black with #DB727B

Text Example


Text Example

White with #DB727B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB727B; }

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

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

background-color css

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

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

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

border-color css

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

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

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