Html Css Color HEX #DB646C Froly

📋 copy color: '#DB646C'

red 219 ◦ green 100 ◦ blue 108

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

Shades of Froly #DB646C

Tints of Froly #DB646C

RGB

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

 GREEN value IS 100 (39.45% from 255) = 23.42%

 BLUE value IS 108 (42.58% from 255) = 25.29%

R = 51.29%
G = 23.42%
B = 25.29%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.51

 K value IS 0.14

RGB Variations

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

Color information

#DB646C (or 0xDB646C) is known color: Froly. HEX triplet: DB, 64 and 6C. RGB value is (219,100,108). Sum of RGB (Red+Green+Blue) = 219+100+108=427 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.29% from 427); Green value is 100 (39.45% from 255 or 23.42% from 427); Blue value is 108 (42.58% from 255 or 25.29% from 427); Max value from RGB is 219 - color contains mainly: red. Hex color #DB646C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB646C is #249B93. Grayscale: #888888. Windows color (decimal): -2399124 or 7103707. OLE color: 7103707.

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

Color convert

RGB 219 100 108 -
CMYK 0 0.54 0.51 0.14
HSL 355.97º 0.62% 0.63% -
HSV(B) 355.97º 0.54% 0.86% -
XYZ 36.48 25.26 17.14 -
YUV 136.49 111.92 186.85 -
System Red Green Blue C M Y K H S L
Decimal 219 100 108 0 0.54 0.51 0.14 355.97 0.62 0.63
Hex DB 64 6C 0 36 33 E 164 3E 3F
Octal 333 144 154 0 66 63 16 544 76 77
Binary 11011011 1100100 1101100 0 110110 110011 1110 101100100 111110 111111

Color Harmonies of #DB646C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB646C

Black with #DB646C

Text Example


Text Example

White with #DB646C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB646C; }

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

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

background-color css

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

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

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

border-color css

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

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

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