Html Css Color HEX #DB7A81 Froly

📋 copy color: '#DB7A81'

red 219 ◦ green 122 ◦ blue 129

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

Shades of Froly #DB7A81

Tints of Froly #DB7A81

RGB

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

 GREEN value IS 122 (48.05% from 255) = 25.96%

 BLUE value IS 129 (50.78% from 255) = 27.45%

R = 46.6%
G = 25.96%
B = 27.45%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.41

 K value IS 0.14

RGB Variations

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

Color information

#DB7A81 (or 0xDB7A81) is known color: Froly. HEX triplet: DB, 7A and 81. RGB value is (219,122,129). Sum of RGB (Red+Green+Blue) = 219+122+129=470 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.60% from 470); Green value is 122 (48.05% from 255 or 25.96% from 470); Blue value is 129 (50.78% from 255 or 27.45% from 470); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7A81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7A81 is #24857E. Grayscale: #979797. Windows color (decimal): -2393471 or 8485595. OLE color: 8485595.

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

Color convert

RGB 219 122 129 -
CMYK 0 0.44 0.41 0.14
HSL 355.67º 0.57% 0.67% -
HSV(B) 355.67º 0.44% 0.86% -
XYZ 40.14 30.56 24.55 -
YUV 151.8 115.14 175.93 -
System Red Green Blue C M Y K H S L
Decimal 219 122 129 0 0.44 0.41 0.14 355.67 0.57 0.67
Hex DB 7A 81 0 2C 29 E 164 39 43
Octal 333 172 201 0 54 51 16 544 71 103
Binary 11011011 1111010 10000001 0 101100 101001 1110 101100100 111001 1000011

Color Harmonies of #DB7A81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7A81

Black with #DB7A81

Text Example


Text Example

White with #DB7A81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7A81; }

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

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

background-color css

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

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

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

border-color css

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

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

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