Html Css Color HEX #DB6C7B Froly

📋 copy color: '#DB6C7B'

red 219 ◦ green 108 ◦ blue 123

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

Shades of Froly #DB6C7B

Tints of Froly #DB6C7B

RGB

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

 GREEN value IS 108 (42.58% from 255) = 24%

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

R = 48.67%
G = 24%
B = 27.33%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.44

 K value IS 0.14

RGB Variations

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

Color information

#DB6C7B (or 0xDB6C7B) is known color: Froly. HEX triplet: DB, 6C and 7B. RGB value is (219,108,123). Sum of RGB (Red+Green+Blue) = 219+108+123=450 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.67% from 450); Green value is 108 (42.58% from 255 or 24% from 450); Blue value is 123 (48.44% from 255 or 27.33% from 450); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6C7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6C7B is #249384. Grayscale: #8E8E8E. Windows color (decimal): -2397061 or 8088795. OLE color: 8088795.

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

Color convert

RGB 219 108 123 -
CMYK 0 0.51 0.44 0.14
HSL 351.89º 0.61% 0.64% -
HSV(B) 351.89º 0.51% 0.86% -
XYZ 38.15 27.22 21.98 -
YUV 142.9 116.77 182.28 -
System Red Green Blue C M Y K H S L
Decimal 219 108 123 0 0.51 0.44 0.14 351.89 0.61 0.64
Hex DB 6C 7B 0 33 2C E 160 3D 40
Octal 333 154 173 0 63 54 16 540 75 100
Binary 11011011 1101100 1111011 0 110011 101100 1110 101100000 111101 1000000

Color Harmonies of #DB6C7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6C7B

Black with #DB6C7B

Text Example


Text Example

White with #DB6C7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6C7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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