Html Css Color HEX #DB646F Froly

📋 copy color: '#DB646F'

red 219 ◦ green 100 ◦ blue 111

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

Shades of Froly #DB646F

Tints of Froly #DB646F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 25.81%

R = 50.93%
G = 23.26%
B = 25.81%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#DB646F (or 0xDB646F) is known color: Froly. HEX triplet: DB, 64 and 6F. RGB value is (219,100,111). Sum of RGB (Red+Green+Blue) = 219+100+111=430 (56% of max value = 765). Red value is 219 (85.94% from 255 or 50.93% from 430); Green value is 100 (39.45% from 255 or 23.26% from 430); Blue value is 111 (43.75% from 255 or 25.81% from 430); Max value from RGB is 219 - color contains mainly: red. Hex color #DB646F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB646F is #249B90. Grayscale: #888888. Windows color (decimal): -2399121 or 7300315. OLE color: 7300315.

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

Color convert

RGB 219 100 111 -
CMYK 0 0.54 0.49 0.14
HSL 354.45º 0.62% 0.63% -
HSV(B) 354.45º 0.54% 0.86% -
XYZ 36.64 25.32 18 -
YUV 136.84 113.42 186.61 -
System Red Green Blue C M Y K H S L
Decimal 219 100 111 0 0.54 0.49 0.14 354.45 0.62 0.63
Hex DB 64 6F 0 36 31 E 162 3E 3F
Octal 333 144 157 0 66 61 16 542 76 77
Binary 11011011 1100100 1101111 0 110110 110001 1110 101100010 111110 111111

Color Harmonies of #DB646F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB646F

Black with #DB646F

Text Example


Text Example

White with #DB646F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB646F; }

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

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

background-color css

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

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

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

border-color css

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

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

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