Html Css Color HEX #DB7C7E Froly

📋 copy color: '#DB7C7E'

red 219 ◦ green 124 ◦ blue 126

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

Shades of Froly #DB7C7E

Tints of Froly #DB7C7E

RGB

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

 GREEN value IS 124 (48.83% from 255) = 26.44%

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

R = 46.7%
G = 26.44%
B = 26.87%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#DB7C7E (or 0xDB7C7E) is known color: Froly. HEX triplet: DB, 7C and 7E. RGB value is (219,124,126). Sum of RGB (Red+Green+Blue) = 219+124+126=469 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.70% from 469); Green value is 124 (48.83% from 255 or 26.44% from 469); Blue value is 126 (49.61% from 255 or 26.87% from 469); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7C7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7C7E is #248381. Grayscale: #989898. Windows color (decimal): -2392962 or 8289499. OLE color: 8289499.

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

Color convert

RGB 219 124 126 -
CMYK 0 0.43 0.42 0.14
HSL 358.74º 0.57% 0.67% -
HSV(B) 358.74º 0.43% 0.86% -
XYZ 40.19 30.98 23.6 -
YUV 152.63 112.97 175.34 -
System Red Green Blue C M Y K H S L
Decimal 219 124 126 0 0.43 0.42 0.14 358.74 0.57 0.67
Hex DB 7C 7E 0 2B 2A E 167 39 43
Octal 333 174 176 0 53 52 16 547 71 103
Binary 11011011 1111100 1111110 0 101011 101010 1110 101100111 111001 1000011

Color Harmonies of #DB7C7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7C7E

Black with #DB7C7E

Text Example


Text Example

White with #DB7C7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7C7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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