Html Css Color HEX #DB7A7E Froly

📋 copy color: '#DB7A7E'

red 219 ◦ green 122 ◦ blue 126

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

Shades of Froly #DB7A7E

Tints of Froly #DB7A7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 26.98%

R = 46.9%
G = 26.12%
B = 26.98%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#DB7A7E (or 0xDB7A7E) is known color: Froly. HEX triplet: DB, 7A and 7E. RGB value is (219,122,126). Sum of RGB (Red+Green+Blue) = 219+122+126=467 (61% of max value = 765). Red value is 219 (85.94% from 255 or 46.90% from 467); Green value is 122 (48.05% from 255 or 26.12% from 467); Blue value is 126 (49.61% from 255 or 26.98% from 467); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7A7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7A7E is #248581. Grayscale: #979797. Windows color (decimal): -2393474 or 8288987. OLE color: 8288987.

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

Color convert

RGB 219 122 126 -
CMYK 0 0.44 0.42 0.14
HSL 357.53º 0.57% 0.67% -
HSV(B) 357.53º 0.44% 0.86% -
XYZ 39.94 30.49 23.52 -
YUV 151.46 113.64 176.17 -
System Red Green Blue C M Y K H S L
Decimal 219 122 126 0 0.44 0.42 0.14 357.53 0.57 0.67
Hex DB 7A 7E 0 2C 2A E 166 39 43
Octal 333 172 176 0 54 52 16 546 71 103
Binary 11011011 1111010 1111110 0 101100 101010 1110 101100110 111001 1000011

Color Harmonies of #DB7A7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7A7E

Black with #DB7A7E

Text Example


Text Example

White with #DB7A7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7A7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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