Html Css Color HEX #DB7278 Froly

📋 copy color: '#DB7278'

red 219 ◦ green 114 ◦ blue 120

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

Shades of Froly #DB7278

Tints of Froly #DB7278

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 26.49%

R = 48.34%
G = 25.17%
B = 26.49%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.45

 K value IS 0.14

RGB Variations

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

Color information

#DB7278 (or 0xDB7278) is known color: Froly. HEX triplet: DB, 72 and 78. RGB value is (219,114,120). Sum of RGB (Red+Green+Blue) = 219+114+120=453 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.34% from 453); Green value is 114 (44.92% from 255 or 25.17% from 453); Blue value is 120 (47.27% from 255 or 26.49% from 453); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7278 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7278 is #248D87. Grayscale: #929292. Windows color (decimal): -2395528 or 7893723. OLE color: 7893723.

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

Color convert

RGB 219 114 120 -
CMYK 0 0.48 0.45 0.14
HSL 356.57º 0.59% 0.65% -
HSV(B) 356.57º 0.48% 0.86% -
XYZ 38.62 28.45 21.23 -
YUV 146.08 113.29 180.01 -
System Red Green Blue C M Y K H S L
Decimal 219 114 120 0 0.48 0.45 0.14 356.57 0.59 0.65
Hex DB 72 78 0 30 2D E 165 3B 41
Octal 333 162 170 0 60 55 16 545 73 101
Binary 11011011 1110010 1111000 0 110000 101101 1110 101100101 111011 1000001

Color Harmonies of #DB7278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7278

Black with #DB7278

Text Example


Text Example

White with #DB7278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7278; }

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

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

background-color css

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

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

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

border-color css

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

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

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